I use 4GB microSD card with MCB2300 board. Board have LPC2368 controller. I use SD card adapter for microSD card. Does anyone know that MCB2300 support this card or not? its urgent. Thanks for helping.
Jignesh Bhai,
If you have debugging tools then you can use that to check. Stack supports all standard SD cards. You can use code samples provided by Keil to test this.
Nothings difficult.
Pradeep Pol
Which "stack"?
Not all SD Card software supports all card types - particularly the larger sizes.
4GB likely MicroSDHC, addresses via block and need to be handled differently from 2GB and smaller. Watch also passing of 32-bit numbers, and intrinsic limits there.
Does the code work with 2GB cards, and not 4GB? Larger cards can also use FAT32, EXFAT or NTFS.