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