There are two TODO items in TI_MSPBoot_VecRed_xxxx_App.c that require user modification:
- Add ISR Prototypes
- For vector redirection to work properly, add extern prototypes of every ISR used in the application. These are used in the next TODO.
- Update Proxy Vector Table
- To update the proxy interrupt vector table with the ISRs used in your application, replace the "Dummy_ISR" text with the corresponding ISR function name. The comments next to each line indicate what peripheral the ISR is associated with.