How to use KSDK's fatfs(sdhc)?

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

How to use KSDK's fatfs(sdhc)?

Jump to solution
749 Views
zahomz
Contributor III

Hi,

 

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

 

Thanks,

Zahom

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

View solution in original post

0 Kudos
2 Replies
418 Views
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 Kudos
417 Views
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 Kudos