How do I access my SD card ?

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

How do I access my SD card ?

1,428 Views
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 ?

Labels (1)
0 Kudos
3 Replies

1,197 Views
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 Kudos

1,197 Views
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 Kudos

1,197 Views
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 Kudos