How to use KSDK's fatfs(sdhc)?

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

How to use KSDK's fatfs(sdhc)?

跳至解决方案
1,007 次查看
zahomz
Contributor III

Hi,

 

I'm using FRDM-K82F board and ksdk. How could I use fatfs base in sdhc?

 

Thanks,

Zahom

标签 (1)
0 项奖励
回复
1 解答
675 次查看
xiangjunrong
Contributor IV

Hi, Zahom,

Regarding the fatfs system on the FRDM-K82F, unfortunately, I have only the fatfs project based on sdhc interface for FRDM-K64F, I attach it here. Regarding the architecture of the attached project, the ff.c is high level code for the standard disk operation, the fsl_sd_disk.c is a middle-ware code, the sdhc low level driver is provided by the KSDK driver.  pls port it to K82F.

Hope it can help you.

BR

XiangJun Rong

在原帖中查看解决方案

0 项奖励
回复
2 回复数
676 次查看
xiangjunrong
Contributor IV

Hi, Zahom,

Regarding the fatfs system on the FRDM-K82F, unfortunately, I have only the fatfs project based on sdhc interface for FRDM-K64F, I attach it here. Regarding the architecture of the attached project, the ff.c is high level code for the standard disk operation, the fsl_sd_disk.c is a middle-ware code, the sdhc low level driver is provided by the KSDK driver.  pls port it to K82F.

Hope it can help you.

BR

XiangJun Rong

0 项奖励
回复
675 次查看
zahomz
Contributor III

Hi, XiangJun,

Follow the demo, I have run the sdhc fatfs.

Thank you very much for your help!

Best Regards,

Zahom

0 项奖励
回复