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?