migration k22 to k02

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

migration k22 to k02

164 次查看
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 项奖励
回复
2 回复数

149 次查看
koray692
Contributor II

By the way, I am using mcuxpresso IDE.

0 项奖励
回复

146 次查看
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 项奖励
回复