• 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...
  • 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()) ...
  • 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...
  • 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
  • Need to Read/Write SD Cards & others
    Hello everyone, I would like to write an embedded code to implement the FAT system . My aim is to Read/Write SD Cards and other similar storage media. I have been working with PIC Microcontrollers...