Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by anjalimidhuna

  1. A

    [PIC] sdhc initialization (cmd 41 error)

    Re: sdhc initializtaion(cmd 41 error) actually i experimented all these specifications.but no use. pull ups in spi line didn't find use. my card includes SD spec 3.0. as per the reference
  2. A

    [PIC] sdhc initialization (cmd 41 error)

    Re: sdhc initializtaion(cmd 41 error) please find the attachment. - - - Updated - - - recently i found from one pdf available in the Google .i tried this waiting for a non zero value and got the correct response but still CMD41 respond with 0xFF. it find strange !!
  3. A

    [PIC] sdhc initialization (cmd 41 error)

    Re: sdhc initializtaion(cmd 41 error) no pull ups in spi lines.. i m using pic18f4550 with hitech-c compiler for pic18
  4. A

    [PIC] sdhc initialization (cmd 41 error)

    sdhc initializtaion(cmd 41 error) hi, i m facing a trouble while initializing sdhc 4gb card. successfully responded till cmd41.i got responds as 0xff for this particular command . i send CMD0 -- res:0x01 CMD8 -- res:0x01AA CMD55 res:0x01 CMD41 res:0xFF
  5. A

    [PIC] Advisory[1395] notable code sequence candidate suitable for compiler validation suite

    Hi, I got this message while compiling my code.Advisory[1395] notable code sequence candidate suitable for compiler validation suite detected (1226) Advisory[1395] notable code sequence candidate suitable for compiler validation suite detected (1226) The code complied successfully but it varies...
  6. A

    [PIC] how to setup a usb host device??

    from the data sheet of PIC18F4550 i got Can i use this chip as USB host??https://www.edaboard.com/threads/120839/ but i fount this which says no ,then what this usb transceiver means??
  7. A

    [PIC] how to setup a usb host device??

    Actually i'm looking for a device with 14 or less pin count
  8. A

    [PIC] how to setup a usb host device??

    thank you Venkadesh_M and horace1 for your help :)
  9. A

    [PIC] how to setup a usb host device??

    hi i need directions to setup a usb host device using pic16f1454. i read the datasheet but can't get idea to code it. :roll: i am using hi-tech c compiler
  10. A

    spi master slave communication

    Is it possible to use the same controller as spi master and the slave? Hi all :-) I want to implement a project in which one controller serves as spi master that sends a data to the slave . This slave should serve as a master for another controller. Is this idea is genuine? How can i...
  11. A

    [PIC] how to read a BIT value from a BYTE variable in xc8 compiler ?

    thanks esp1 for your reply but i m using xc8 compiler and couldn't find dim there :-(
  12. A

    [PIC] how to read a BIT value from a BYTE variable in xc8 compiler ?

    hi, Is it possible to read a bit value of variable without using operaters like and,or,etc. For example X0=Byte1.Bit0 like we addres a PORT0.7
  13. A

    [PIC] Error on MPLAB compiling

    #include <xc.h> this is enough for xc8 compiler.
  14. A

    [SOLVED] Problems with LCD and PIC18F25K22 second row(line) on display

    hi blackpearl87, i think he is using microC and lcd_init(), lcd_cmd() and lcd_out() etc. are its library functions. Have a look at this link it may help you :-) **broken link removed**
  15. A

    I want to know why this program is executing output like this " -111 111 0" briefly .

    Re: I want to know why this program is executing output like this " -111 111 0" brief strcmp() returned values are as follows:

Part and Inventory Search

Back
Top