How do I access my SD card ?

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

How do I access my SD card ?

1,456 次查看
randyseedle
Contributor III

How do I access my SD card ? Is there a device driver for SDHC for my FRDM-K64 board ?

What file system should I be using to access the SD card ? Are there any examples ? Is there any documentation of this process ?

标签 (1)
0 项奖励
3 回复数

1,225 次查看
Masmiseim
Senior Contributor I

Hello Randy,

 

Download the official SDK for your Board from here:

https://mcuxpresso.nxp.com/en/select

You will find an example for fatFS in it, together with many other examples and drivers

 

Best Regards

0 项奖励

1,225 次查看
mjbcswitzerland
Specialist V

Hi

Or use https://github.com/uTasker/uTasker-Kinetis

More powerful interface than FatFs, integrated into USB-MSD, works with memory sticks and directly accessible by FTP or web browser.

https://www.youtube.com/watch?v=VJ7YveF4_8g

Documented: http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF

Out-of-the-box for FRDM-K64F: http://www.utasker.com/kinetis/FRDM-K64F.html

All operation (FAT, K64, Interrupts, DMA, SDHC, SD card) simulated in Visual Studio for ease of developing debugging, learning.

Supported as free open source or professional version.

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

0 项奖励

1,225 次查看
mspenard603
Contributor IV

Most of the SDK's out there are based around Chan FatFs (http://elm-chan.org/fsw/ff/00index_e.html). Take a look in your SDK's example projects,  you'll find something there.

0 项奖励