MKE18F512VLL16 Fatfs on microSD card

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

MKE18F512VLL16 Fatfs on microSD card

1,235 次查看
freddie_li1
Contributor I

Hi everyone

I try to learn file system thru NXP's example, however, there are some files missed.

In fsl_nand_disk.c, it include " fsl_nand_flash" and "map.h" but i can't find it in SDK.

Where can i find those files?

thanks

   

pastedImage_3.png

pastedImage_1.png

MCU: MKE18F512VLL16

SDK version is 2.5.0.

标记 (3)
0 项奖励
回复
1 回复

1,178 次查看
mjbcswitzerland
Specialist V

Hi

You don't need to use NAND for SD card operation - therefore you can remove NAND_DISK_ENABLE - the KE15 doesn't have a NAND controller and this is probably why there are missing files in the SDK.

If you want to learn about FAT and SD cards also look at the uTasker project since it contains utFAT - more features that FATfs - plus it allows you to simulate the processor, the SD card and test all FAT code in Visual Studio (on simulated Kinetis parts with SDHC or SPI connections). It is documented at http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF

Open Source Version: https://github.com/uTasker/uTasker-Kinetis


Regards

Mark

Complete Kinetis solutions for professional needs, training and support:http://www.utasker.com/kinetis.html
uTasker: supporting >1'000 registered Kinetis users get products faster and cheaper to market
Request Free emergency remote desk-top consulting at http://www.utasker.com/services.html

0 项奖励
回复