migration k22 to k02

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

migration k22 to k02

163 Views
koray692
Contributor II

Hello, 

I need bootloader for k02 mcu but I could not find bootloader example for k02. I open a k22 bootloader example and I did changes at linkerscript, it is working properly but there is a question mark in my head when I compare of systems files and others I see that these are different so I try to understand if there can be problem. Shortly, can I use k22 project(only linkerscript arranged and pinouts) on k02 mcu without any problem? 

Thank you.

0 Kudos
Reply
2 Replies

148 Views
koray692
Contributor II

By the way, I am using mcuxpresso IDE.

0 Kudos
Reply

145 Views
ErichStyger
Specialist I

It might depend on the exact device your are using.

The bootloader is pretty generic, mostly it is depending on the memory map (linker file) and the flash programming. System files (clocking, initialization, ...) might be different between devices. As long as you are using matching SDK files for your K02 device, you should be fine.

0 Kudos
Reply