MCXC444, SDMMC, and FatFS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCXC444, SDMMC, and FatFS

ソリューションへジャンプ
711件の閲覧回数
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 解決策
692件の閲覧回数
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 返信
693件の閲覧回数
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 件の賞賛
返信