FAT32 File System with SPI Flash

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

FAT32 File System with SPI Flash

2,885 Views
yasararafathcs
Contributor II

Hi all,

I am working on Kinetis KL46 processor with SPI Flash.

I am in need of implemented SPI Flash drivers for this.

Will anyone can provide me please?

Thanking you,

Labels (2)
0 Kudos
3 Replies

1,067 Views
mjbcswitzerland
Specialist V

Hi

The KL46 is supported in the uTasker project (TWR-KL46 and FRDM-KL46 as immediate target builds) with utFAT on SD cards via the SPI (or uFileSystem in ATMEL 45DB xxx, SST25xxx or ST 25Pxxx serial flash). See below simulations of the two boards operating with SD card and driving SLCDs.

Regards

Mark

http://www.utasker.com/kinetis.html

twr-kl46.pngfrd-kl46.png

0 Kudos

1,067 Views
adriancano
NXP Employee
NXP Employee

Hi,

In the KL46 source code you can find an example which uses the SPI module with the DMA feature. There you can find drivers for the SPI module

KL46 Source Code:

FRDM-KL46Z: Freescale Freedom Development Platform for Kinetis KL3x and KL4x MCUs

If you do not want to download the complete package in the attachments you can find the source code of this project.

Hope this helps,

Regards,

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. It would be nice!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

1,067 Views
yasararafathcs
Contributor II

Is it possible to implement the file system in SPI Flash?

0 Kudos