SLAAEC9 july 2023 MSPM0L1306 , MSPM0L1306
The bootloader initializes some modules like clock module, UART0 and power modules. It is recommended not to reinitialize those modules already initialized by bootloader, otherwise, the settings by bootloader could lost.
The below function is used to register interrupt. It copies the interrupt table to SRAM and modify the ISR start address based on the input parameters.
void DL_Interrupt_registerInterrupt(uint32_t exceptionNumber, void (*intHandler)(void));