Hi.
I have a question about interrupt priority.
What is the priority number set for an interrupt function that is not set?
For example, if the interrupt priority is set as in "nvic_interrupt_grouping.c" in the MSPM0 SDK, what is the priority number of the unset interrupt functions such as ADC0 and GPIOA?
int main(void)
From the datasheet, it is listed as "Selectable" and I don't know the default value.