SDHC kinetis for FAT

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

SDHC kinetis for FAT

918 Views
xavierbuhot
Contributor II

Hello,

I am looking fot SDHC library for my kinetis k60.

I use IAR and I would like to be able to write information on SD card.

Is there any SDHC library already develop?

Best regard.

0 Kudos
4 Replies

498 Views
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Xavier:

Those are good suggestions by Luciano and Mark. For the case of KSDK, you can find a document about using the SDHC driver in the next link:

FatFs + SDHC data logger with KSDK in Kinetis Design Studio

Regards!

Jorge Gonzalez

0 Kudos

498 Views
xavierbuhot
Contributor II

Sorry for the late response. Thank you everyone for the answer.

I am studying all the data you gave me.

In fact I am looking for drivers on IAR without ROS.

I will try to get a ROS free drivers.

0 Kudos

498 Views
mjbcswitzerland
Specialist V

Hi Xavier

You can also try utFAT - http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF

This has more features that FatFS, including data caching between shared files, file analysis functions, undelete, as well as FAT emulation - http://www.utasker.com/docs/uTasker/uTaskerEmulatedFAT.pdf

Works with all Kinetis parts (with SPI or SDHC) and all common IDEs (IAR, Keil, KDS, CW, Atollic, Green Hills, Rowley, CooCox, etc.) and allows SDHC/SD card simulation in VisualStudio.

http://www.utasker.com/forum/index.php?topic=1667.0

Supports multiple disks (SD card, Memory Sticks, multiple USB-MSD LUMs).

Regards

Mark

0 Kudos

498 Views
lucianomoretti
Contributor IV

If you're using MQX the MFS library works well.  I've used it on multiple boards for reading USB and SDHC filesystems. Otherwise, under the KSDK there is also the FatFS drivers.  I haven't used them myself, but they should work for your purpose.

0 Kudos