SDXC LPC4357

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

SDXC LPC4357

跳至解决方案
2,244 次查看
lilipeeeee
Contributor I

      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 :

sdxc library for lpc 43s67

Bugreport: SD-Card on LPC18xx, LPC43xx, LPC17xx | www.LPCware.com 

 

Thanks

0 项奖励
回复
1 解答
2,163 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

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

在原帖中查看解决方案

0 项奖励
回复
9 回复数
2,217 次查看
lilipeeeee
Contributor I

Thank you for your help!

0 项奖励
回复
2,231 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

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

 

0 项奖励
回复
2,217 次查看
lilipeeeee
Contributor I

Thank you for your help

0 项奖励
回复
2,218 次查看
lilipeeeee
Contributor I

I tested using this software version, but the result was that USB formatting failed and cannot be used

0 项奖励
回复
2,215 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

What's your IDE and version?

Which verion of lpcopen works under your IDE?

0 项奖励
回复
2,211 次查看
lilipeeeee
Contributor I

I tested using the program under this file  lpcopen3_02-----  "Periph-sdmmc" .  still can only recognize 32GB SDHC cards!

0 项奖励
回复
2,213 次查看
lilipeeeee
Contributor I

I use  KeilV5.34 , verion : lpcopen3_02

0 项奖励
回复
2,164 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复
2,160 次查看
lilipeeeee
Contributor I

Thanks!

0 项奖励
回复