MCXC444, SDMMC, and FatFS

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

MCXC444, SDMMC, and FatFS

跳至解决方案
758 次查看
aaronm
Contributor IV

I have the SDK for the MCXC444 - 24.12.00 - and I see that it includes SDMMC stack support, but there's no FatFS support included.  Does that mean that the 444 does NOT support FatFS, even though SDMMC is inherently included?  Or are we expected to download the FatFS driver from Chan's site for each project that needs it?

Thanks,

Aaron

标签 (1)
0 项奖励
回复
1 解答
739 次查看
Celeste_Liu
NXP Employee
NXP Employee

Hello @aaronm ,

Thanks for your post. 

Although there is an sdmmc library in the middleware of the SDK, the MCXC444 does not support SDIO. As a result, there is neither an SD card example nor FatFS under the SDK.
If you need to use an SD card on the MCXC444, you can only implement it through the SPI interface.

I recommend you to read the following documents in order to implement FatFs using SPI.

Porting FatFs file system to KL26 SPI SD card code - NXP Community

AN10406 Accessing SD/MMC card using SPI on LPC2000

Hope it can help you.

BRs,

Celeste

 

------------------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
740 次查看
Celeste_Liu
NXP Employee
NXP Employee

Hello @aaronm ,

Thanks for your post. 

Although there is an sdmmc library in the middleware of the SDK, the MCXC444 does not support SDIO. As a result, there is neither an SD card example nor FatFS under the SDK.
If you need to use an SD card on the MCXC444, you can only implement it through the SPI interface.

I recommend you to read the following documents in order to implement FatFs using SPI.

Porting FatFs file system to KL26 SPI SD card code - NXP Community

AN10406 Accessing SD/MMC card using SPI on LPC2000

Hope it can help you.

BRs,

Celeste

 

------------------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
------------------------------------------------------------------------------------------

0 项奖励
回复