Content originally posted in LPCWare by Vinicius Garcia on Fri Nov 08 04:50:49 MST 2013
Hi,
I´m constructing a bootloader for LPC1227 using IAR.
I made the application and boot. Both are running ok. However, after change the firmware (by bootloader app) the LPC1227 doesn´t start. This occur because I don´t know how to move the vector table.
The linker line define symbol __ICFEDIT_intvec_start__ don´t accept a value differ from 0x0000.
I need to change the vector table in IAR. Anyone knows how to do it?