Kinetis Bootloader - porting project to uVision

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

Kinetis Bootloader - porting project to uVision

504 Views
johntt
Contributor II

Hi,

I'm trying to port Kinetis Bootloader project from IAR Embedded Workbench to Keil uVision, but unfortunately I've got stuck while working with linker things. There is some declaration of data_rom_end variable in startup.c file but I don't know what to set, because Image$$RO$Limit is undefined (Image$$RO$$Base works). Instead of using KEIL and __CC_ARM definitions I've put __ICCARM__ in C/C++ compiler options. Did anyone got success with porting Kinetis Bootloader to uVision?

0 Kudos
1 Reply

270 Views
jeremyzhou
NXP Employee
NXP Employee

Hi Johntt, I'd like to suggest that you can give a check to AN2295 which includes projects for Keil uVision. This bootloader uses a serial UART interface. You can also refer to the post about the step of porting a bootloader project to Keil uVision. Please get the more information through the two links as follow. http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295.pdf https://community.freescale.com/message/338822#338822

0 Kudos