FAT32 File System with SPI Flash

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

FAT32 File System with SPI Flash

2,879 次查看
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,

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

1,061 次查看
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 项奖励

1,061 次查看
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 项奖励

1,061 次查看
yasararafathcs
Contributor II

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

0 项奖励