I need the sdxc library for lpc 4357 use a 64GB sd card for my project。Does this device not support SDXC mode?????
Can not open :
Bugreport: SD-Card on LPC18xx, LPC43xx, LPC17xx | www.LPCware.com
Thanks
已解决! 转到解答。
HI lilipeeeee
By checking, LPC4357 does not support 64GB SDXC cards. The fix only works for 32GB SDHC.
Sorry for the inconvinience.
Have a nice day,
Jun Zhang
Hi lilipeeeee,
This link no longer exists.
The bug fix is related an old version lpcopen. lpcopen v3.02 already fixes it.
in sdmmc_18xx_43xx.c there is this:
c_size = prv_get_bits(48, 63, (uint32_t *) g_card_info->card_info.csd) + 1;
To
c_size = prv_get_bits(48, 69, (uint32_t *) g_card_info->card_info.csd) + 1;
32G SD card works well with this fix.
Hope this helps,
Jun Zhang