We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi everyone,
I know this is probably NXP related question, but I suppose there are many skilled guys knowing answer...
I would need to support SDHC cards on LPC2368. There is SD/MMC peripheral available. I didn't know it suppoorts also SDHC. After some research I understood the SDHC means only some more commands (comparing to SD) and thus it is only firmware related thing, so the NXP's hardware peripheral should support both types.
Is this correct assumption? Would SDHC work when I implement SD 2.0 commands?
Thanks for opinions
Regards
Pavel Faltynek
When I test SDHC card(8G) in LPC17xx, I found a problem. I format the SDHC card with rlarm lib and then I check the total space of SDHC card. It just shows about 3.7G not about 8.0G but I can really save about 8.0G data in the SDHC card. The following is the message from LPC17xx after SDHC card is formatted. Does anybody know why ?
File System Directory... No files...
3,720,314,880 bytes free.
What version of RL-ARM are you using?
I use rlarm410. I have found the problem. It is because the variable type. In the demo, it uses "U32" to calculate the space of SDHC card and I modify it to be "U64" and it works well. The following message is from LPC17xx. Thanks for help !!
File System Directory... No files... 8.015.282.176 bytes free.
This is already corrected in latest RL-ARM.