Part Number:MSP432P401R
Hi,
For the MSP430 family of controllers it was possible to allow nested interrupt calls for the same interrupt function by placing _EINT() at the beginning of that function. This allowed me to verify if a process called through the interrupt had jammed, as well as a few other things. Does anyone know how to do the same thing for the MSP432? So far I haven't managed to find any information or leads as to how to achieve this.
/Damian