migration k22 to k02

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

migration k22 to k02

178件の閲覧回数
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 返答(返信)

163件の閲覧回数
koray692
Contributor II

By the way, I am using mcuxpresso IDE.

0 件の賞賛
返信

160件の閲覧回数
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 件の賞賛
返信