How to upload a small file , list file , run a file in User Flash memory of Kinetis ?

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

How to upload a small file , list file , run a file in User Flash memory of Kinetis ?

跳至解决方案
1,287 次查看
afdasdfas
Contributor II

Hi all

I need to send a small file to User Flash memory of Kinetis MCU KL25Z . And i can send file ( char or bit ) and write file to User flash by component Serial_LDD ( uart ). But i don't know the way to view list or create a folder of my file or run my file in this .

I attend use QuadPawn and Pawn bytecode to make a file, send them to Kinetis by UART and run it on Kinetis by console.

Thank you

Phuong

标记 (2)
1 解答
1,154 次查看
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi Phuong,

It need to use a file system about file operation, you can refer AN4368 software as an example, which is using FAT file system in project.

http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4368.pdf

http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4368SW.zip

Wish it helps.

Best regards,

Ma Hui

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,155 次查看
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi Phuong,

It need to use a file system about file operation, you can refer AN4368 software as an example, which is using FAT file system in project.

http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4368.pdf

http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4368SW.zip

Wish it helps.

Best regards,

Ma Hui

0 项奖励
回复