Hello,
I would like to know how can I use the AN2295 bootloader with K60 120 MHz.
I have done a bootloader code based on AN2295 for a K10.
Now I would like to port this code for a k60 120 MHz.
There are some differences between K10 and K60 120 MHz.
The flash program routines seems to be differents.
How can I port this code to use it on a K60 ?
Or
Do you have any bootloader examples for this types of MCU ? I want a serial bootloader and the way to generate the serial frames.
Regards,
Guillaume
已解决! 转到解答。
Hello Guilaume,
Please download the latest AN2295 : Search Results: an2295 ,
then you will find in the bootloader.c file , the default setting is
so , please change on the "AN2295_TWR_K60_cfg.h " file .
Change
#define KINETIS_MODEL K60_100MHz
to
#define KINETIS_MODEL K60_120MHz
Have a great day,
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Guilaume,
Please download the latest AN2295 : Search Results: an2295 ,
then you will find in the bootloader.c file , the default setting is
so , please change on the "AN2295_TWR_K60_cfg.h " file .
Change
#define KINETIS_MODEL K60_100MHz
to
#define KINETIS_MODEL K60_120MHz
Have a great day,
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------