Flash API CODE

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

Flash API CODE

421 Views
Jmir
Contributor II
I bought a FRDM-KE15 board to do tests with the MKE15Z256 micro. I want to do writing and reading tests on the flash but I'm not getting it. I searched and saw that there are API's dedicated to the theme with resources like FLASH_ReadResource and FLASH_Program for example. Does anyone know any demo code for using these features? If there is no demo code, will there be any tutorials that can help? Thanks
0 Kudos
2 Replies

405 Views
mjbcswitzerland
Specialist V

Hi

Try https://www.utasker.com/kinetis/FRDM-KE15Z.html

On the UART VCOM interface (115kBaud) there are menus that allow you to read, write, erase flash, plus a parameter system.

https://github.com/uTasker/uTasker-Kinetis contains complete applications with parameter and file systems in Flash and API according to https://www.utasker.com/docs/uTasker/uTaskerFileSystem_3.PDF

It also allows the Flash operations to be emulated by running the project in Visual Studio for easier learning and development.

Regards

Mark
[uTasker project developer for Kinetis and i.MX RT]
Contact me by personal message or on the uTasker web site to discuss professional training, solutions to problems or rapid product development requirements

For professionals searching for faster, problem-free Kinetis and i.MX RT 10xx developments the uTasker project holds the key: https://www.utasker.com/iMX/RT1064.html

0 Kudos

412 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Jmir,

  Please refer to the SDK code, which can be downloaded from this link:

https://mcuxpresso.nxp.com/

SDK_2.7.0_FRDM-KE15Z\boards\frdmke15z\driver_examples\flash

 

Wish it helps you!

Best Regards,

Kerry

0 Kudos