Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 7 months ago.
SD card memory size with SPI interface
Hello sir, This is punith we are working on some project where we got read and write data into micro SD card may i know what is the maximum size of SD card that can be interfaced with lpc 1768?
lpc1768 detects 2gb but not 8 gb why is this contraint? is this anything related to SPI interface or any other issue please reply sir, your valuable reply will help us a lot.
2 Answers
10 years, 7 months ago.
Hi
I would check the MBR of the FAT table, you can read the block size and their count there and easily check if it is incorrectly interpreted or incorrectly formatted. I expect you know the limits of FAT16 and you are using FAT32 :)
Pavel