Do FatFS SDK examples actually use SDIO?

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

Do FatFS SDK examples actually use SDIO?

1,945 次查看
jackking
Senior Contributor I

I am testing my SD Card interface, and using FatFS.  It seems that the FatFS implementation only uses SD, not SDIO.  Is this understanding correct?

Are there any examples of the MCUXpresso SDK using SDIO with FatFS, or any SDIO example at all?

0 项奖励
回复
3 回复数

1,918 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi 

FatFS SDK examples  uses SD but not SDIO. For the moment, we don't have fatfs+sdio demo.

User can refer sdio demo under SDK folder to write own code.

Hope this helps,

Jun Zhang

0 项奖励
回复

1,914 次查看
jackking
Senior Contributor I

I am using the IMXRT1060 SDK and I don't see any demos for simple SDIO at all.

I do see the use of SDIO for the wifi example, so I will take a look at that.  Otherwise, I only see examples for SDIO in other part SDKs, such as LPC4300, but I don't know if that will be easily ported to IMXRT.

 

 

 

0 项奖励
回复

1,904 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

Yes, sdio demo code is not included in  IMXRT1060 SDK

But we can find sdio driver code in folder {IMXRT1060 SDK}\middleware\sdmmc\sdio

Hope this will help you,

Jun Zhang

0 项奖励
回复