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?
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