Hello,
I am very new to the bootloader protocol. I am not really familiar. I found out that kboot v2 doesnt have k30 example.
Is there any example that I can use as guideline or at least similiar source code. Please help.
Thanks,
illa
Hi Jing,
I try to follow using the example that you mention.
On the step 2 you mention to get the system_MK60D10.c and system_MK60D10.h from SDK folder. For my case, I do not have any SDK for K30 and I create my own board. How do I generate or create this 2 files. Thanks.
Regards,
illa
Hi norzilah,
yes, there isn't K30 bootloader demo in kboot2.0 package. You have to port other demo to K30. But this is not very difficult. There are guide in Kinetis Bootloader v2.0.0 Reference Manual. There is also many discuss and notes in community. For example, https://community.nxp.com/docs/DOC-341144
You can use MCUXpresso config tools to create clock tree and pin config file.
Regards,
Jing