Hi
Thank you for your kindness.
I can't find any IAP demo to refer about MKE15Z256VLH7. How can I implement firmware update using MKE15Z256VLH7? Does anyone know?
Hi,
It seems you have to PORT an existing bootloader to it。See https://www.nxp.com/docs/en/reference-manual/MCUBOOTRM.pdf capture 10,there will help you port a bootloader and see https://www.nxp.com/docs/en/application-note/AN4367.pdf will help you port an Ethernet bootloader .
Jianyu:
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi,
MKE15Z256 have a rom bootloader on chip,you can use it .About ROM bootloader,see "Chapter 22 Kinetis ROM Bootloader" in KE1xZP100M72SF0.pdf on the nxp website.
Jianyu:
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
1. The ROMbootloader must use UART or I2C or SPI. Ethernet is not supported. It is limited. I need a generic bootloader whose main function is to erase and write to flash, modify the vector and jump to the application.
2. According to different MCU support different boot methods, respectively:
Flash-resident bootloader (provided as source code).
Flashloader (Preprogrammed in device flash).
ROM bootloader (Preprogrammed in device ROM).
Secondary Bootloader.
now I use the MCU supports ROM bootloader, but it does not meet my requirements. Maybe Flash-resident bootloader is more suitable. Can I change the demo program of Flash-resident bootloader to MKE15Z256VLH7 ? If it can be achieved, what should I consider in the migration? Which MCU is similar to MKE15Z256VLH7, is there a corresponding demo program?
Hi
The uTasker project includes various secondary loaders for the KE15: http://www.utasker.com/docs/uTasker/uTaskerSerialLoader.pdf
Regards
Mark
Complete Kinetis solutions for faster/more efficient professional needs, training and support: http://www.utasker.com/kinetis.html
i.MX RT project compatibility: http://www.utasker.com/iMX.html
Including FreeRTOS integration for all Kinetis parts
Kinetis KE:
- http://www.utasker.com/kinetis/FRDM-KE02Z.html
- http://www.utasker.com/kinetis/FRDM-KE02Z40M.html
- http://www.utasker.com/kinetis/FRDM-KE04Z.html
- http://www.utasker.com/kinetis/FRDM-KE06Z.html
- http://www.utasker.com/kinetis/FRDM-KE15Z.html
uTasker: supporting >1'000 registered Kinetis users get products faster and cheaper to market
Request Free emergency remote desk-top consulting at http://www.utasker.com/services.html
Open Source version at https://github.com/uTasker/uTasker-Kinetis
https://community.nxp.com/thread/512558
https://community.nxp.com/thread/352862
https://community.nxp.com/thread/498809