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

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

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

Jump to solution
556 Views
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

Tags (2)
1 Solution
423 Views
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

View solution in original post

0 Kudos
1 Reply
424 Views
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 Kudos