Is it possible to write a log file into the flash of board mkl25z4?

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

Is it possible to write a log file into the flash of board mkl25z4?

375 Views
erichahn
Contributor I

Or if someone knows a way to log without running after the car i would appreciate that.

0 Kudos
1 Reply

313 Views
mjbcswitzerland
Specialist V

Hi Eric

You can use the Open Source uTasker project with the KL25 - it has various embedded file systems that allow logging in internal or external SPI flash. It also allows linear logged data to be visible to a USB-MSD host as a disk and its data content formatted for various PC application compatibility.
All operation can be simulated in Visual Studio for rapid development, debugging and code coverage reviews.

Regards

Mark

Kinetis: http://www.utasker.com/kinetis.html
KL25:
- http://www.utasker.com/kinetis/FRDM-KL25Z.html
- http://www.utasker.com/kinetis/TWR-KL25Z48M.html
- http://www.utasker.com/kinetis/RD-KL25-AGMP01.html
Flash file systems: http://www.utasker.com/docs/uTasker/uTaskerFileSystem_3.PDF
FAT (USB-MSD) emulation: http://www.utasker.com/docs/uTasker/uTaskerEmulatedFAT.pdf

0 Kudos