You can replace the CS3 vector table with your own vector table implementation. In the CMSIS software package from ARM (you can download it from www.onarm.com), you can find examples of the CMSIS vector table in assembly targeted for Sourcery G++. This can be modified to be used with LPC11xx.
The following assembler code, “startup_LPC11xx.s,” provides the CMSIS version of the vector table for LPC11xx:
Based on the previous blinky example, the user-defined vector table can be included in the compilation stage: