porting MK22FN MCUBOOT SDK middleware to MK21FN

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

porting MK22FN MCUBOOT SDK middleware to MK21FN

Jump to solution
1,106 Views
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 Kudos
1 Solution
1,097 Views
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

View solution in original post

0 Kudos
2 Replies
1,056 Views
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 Kudos
1,098 Views
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 Kudos