SDXC LPC4357

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
2,236件の閲覧回数
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,155件の閲覧回数
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,209件の閲覧回数
lilipeeeee
Contributor I

Thank you for your help!

0 件の賞賛
返信
2,223件の閲覧回数
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,209件の閲覧回数
lilipeeeee
Contributor I

Thank you for your help

0 件の賞賛
返信
2,210件の閲覧回数
lilipeeeee
Contributor I

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

0 件の賞賛
返信
2,207件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

What's your IDE and version?

Which verion of lpcopen works under your IDE?

0 件の賞賛
返信
2,203件の閲覧回数
lilipeeeee
Contributor I

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

0 件の賞賛
返信
2,205件の閲覧回数
lilipeeeee
Contributor I

I use  KeilV5.34 , verion : lpcopen3_02

0 件の賞賛
返信
2,156件の閲覧回数
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,152件の閲覧回数
lilipeeeee
Contributor I

Thanks!

0 件の賞賛
返信