Kinetis Bootloader - porting project to uVision

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

Kinetis Bootloader - porting project to uVision

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

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