Other Parts Discussed in Thread: SYSCONFIG,
Dear Champs,
I am asking this for our customer.
1.
In Sysconfig, how does the user know the name of an interrupt handler?
2
How does the user change the name of handler if needed?
For example, in the example,
uart_tx_multibyte_fifo_dma_interrupts_LP_MSPM0L1306_nortos_ticlang
we use a UART interrupt below,
void UART_0_INST_IRQHandler(void){}
But how does the user know the handler name is "UART_0_INST_IRQHandler" from Sysconfig and how does the user change it?