MCXC444, SDMMC, and FatFS

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

MCXC444, SDMMC, and FatFS

Jump to solution
623 Views
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

Labels (1)
0 Kudos
Reply
1 Solution
604 Views
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.
------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
Reply
1 Reply
605 Views
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 Kudos
Reply