SDXC LPC4357

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SDXC LPC4357

Jump to solution
978 Views
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 Kudos
Reply
1 Solution
897 Views
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

View solution in original post

0 Kudos
Reply
9 Replies
951 Views
lilipeeeee
Contributor I

Thank you for your help!

0 Kudos
Reply
965 Views
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 Kudos
Reply
951 Views
lilipeeeee
Contributor I

Thank you for your help

0 Kudos
Reply
952 Views
lilipeeeee
Contributor I

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

0 Kudos
Reply
949 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

What's your IDE and version?

Which verion of lpcopen works under your IDE?

0 Kudos
Reply
945 Views
lilipeeeee
Contributor I

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

0 Kudos
Reply
947 Views
lilipeeeee
Contributor I

I use  KeilV5.34 , verion : lpcopen3_02

0 Kudos
Reply
898 Views
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 Kudos
Reply
894 Views
lilipeeeee
Contributor I

Thanks!

0 Kudos
Reply