bootloader for K70

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

bootloader for K70

721 Views
johnatkins
Contributor I

We would like to reprogram a Kinetis K70 from UART4 on the K70. This is a way to implement a firmware upgrade. Does anyone have anything like this, or any advice?

Thank You.

John

0 Kudos
2 Replies

511 Views
merigotbertrand
Contributor III

Hello john,

I just finish to debug a bootloader for a KV46,

In the original version, the Bootloader is very powerfull, it's scanning all the possible link (as a slave)

I2C,SPI, CAN and UART

You can use any uart you want you only have to modify the original version 2.0.0 to adapt it to you hardware.

check the files :

Hardware_init_Kxx.C files.

Peripherals_Kxx.C files

Peripheral_pinmux.h

No modification needed for kinetisflashtools

regards

bertrand

0 Kudos

511 Views
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi John,

Please refer below links for the serial bootloader for K70 product:

https://www.nxp.com/docs/en/application-note/AN2295.pdf 

Developer’s Serial Bootloader. 

https://community.nxp.com/docs/DOC-330712 

Wish it helps.


Have a great day,
Mike

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos