porting MK22FN MCUBOOT SDK middleware to MK21FN

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

porting MK22FN MCUBOOT SDK middleware to MK21FN

跳至解决方案
1,243 次查看
gschelotto
Contributor V

Hi,

MCUBOOT is not available for MK21FN as SDK middleware but I wonder if I can get this package for the MK22FN (in this case yes, it's available) and port it to the MK21FN MCU. How difficult would it be? 

Thanks in advance,
GS

0 项奖励
回复
1 解答
1,234 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @gschelotto ,

I  think it wouldn't be very difficult. MK21FN architecture is similar to K22F120M.  K21FN has SDK too. So,

1. use the K21FN SDK toreplace the driver and chip related file.

2. IO configuration.

3. maybe some clock

4. The peripherals which is used for download applications.

 

Regards,

Jing

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,193 次查看
gschelotto
Contributor V

Hi Jing,

I've finally ported the MCU boot to my custom MK21 board following your suggestions. Everything work as expected and it's totally compatible with our CAN tools used for the MK22 ROM Bootloader. Thank you for the given support!

regards,
gaston

0 项奖励
回复
1,235 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @gschelotto ,

I  think it wouldn't be very difficult. MK21FN architecture is similar to K22F120M.  K21FN has SDK too. So,

1. use the K21FN SDK toreplace the driver and chip related file.

2. IO configuration.

3. maybe some clock

4. The peripherals which is used for download applications.

 

Regards,

Jing

0 项奖励
回复