I'm evaluating the use of a KE1xF Controller for my next project.
In this project I will need a Bootloader via CAN-Bus (only interface available externally).
Is there any sample Host application to communicate with the Bootloader (in ROM) of the KE1xF Controller?
thanks
Martin
Hello Martin,
Please take a look at the BusPal companion tool of the blhost PC application described in the Appendix C - BusPal of the Kinetis blhost User's Guide. Basically, it is a software tool which provides a bridge between the blhost app over UART and the target device over I2C, SPI or CAN.
The supported platforms for CAN are the TWR-KV46F150M and TWR-K65F180M.
The BusPal application can be found at "..\NXP_Kinetis_Bootloader_2_0_0\apps\bus_pal\" inside the installation of the KBOOT: Kinetis Bootloader package.
Regards,