does anyone have an example/demo for a bootloader on the mk22fn1m0vlk12 platform?
thanks very much
Hello david,
Does this can help you ? Kinetis Bootloader to Update Multiple Devices in a Network for Cortex-M4
Have a great day,
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
hi Alice,
thanks. you dont happen to have this ported to mk22fn1m0vlk12 already do you?
david
Hello David,
Sorry i have not port it to this chip , i think it is easy , you can try it , if there is
something question , you can tell me without any hesitate.
BR
Alice
Hi
The uTasker project includes boot loaders for the K22FN1Mx12:
- UART iHex/SREC/KBOOT/AN2295
- USB-MSD/KBOOT/CDC/HIDloader.exe (device)
- USB memory stick (Host)
- SD card
Each can be selected by a define and mixed as desired to have mutiple loaders operating in parallel (including USB host or device modes automatically detected).
Builds with GCC, IAR, Keil, Green Hills, Rowley Crossworks, KDS, CW 10.x, Atollic or VisualStudio for simulation.
Regards
Mark