• SD card read write
    Hi everyone 1>I am trying to write data in sd card 2>I am using LPC 2368. 3>I am getting response that TxFifoHalfEmpty Transmit FIFO is half full. what should I do to overcome this problem Please...
  • Problem with SD card read/write
    Hai.. Currently I am using the LPC1768 using keil uvision 4 and I am testing the example code from Keil "MCB1700_SD_File" to test SD card. While I build the code I got the below mentioned errors...
  • how to read/write to compact flash card
    hi all, pls help me with writing & reading & erasing of Compact Flash Cards. all suggetsions, links, codes are welcome. thanx in advance, rgds, kaushik
  • SD card data read/write operation
    Hello! i have interfaced SD card with lpc2138 through SPI. can any one help me to write and read raw data (not file system) on the SD card.i don't have much knowledge about sectors and addressing mechanism...
  • RL-Flash write/read SD card crash
    I want to read/write file in SD card by RL_FLASH, I have follow code slice: int main(void){ int count; int ret; FILE *fp; char buf[12]; count = 3; while ((ret = finit()) ...