I have used CCS sample example to create a file on SD card. The function returns good to do that. However, I could not find anything on SD card if I insert this SD card into card reader connected to ...
I have a 18F67J60 3.3V demo board with CCS. I used its fat and mmcsd lib to work with the board. The initialization (to CCS FAT32) and format are OK, but I am not able to create a file on SD card. I ...
If I just wanna use MMC card as an EEPROM. e.g. just read or write a byte to some address. Is there a simple code to implement? I do not need create a file on the card then read it via the PC. Thanks ...