Part Number: CC2652R7
Tool/software:
Hello,
I was just wondering if the reset pin, when triggered would cause an interrupt and if it does, is there a way to access the interrupt handler and add custom code to it.
Thanks,
Kenneth T.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: CC2652R7
Tool/software:
Hello,
I was just wondering if the reset pin, when triggered would cause an interrupt and if it does, is there a way to access the interrupt handler and add custom code to it.
Thanks,
Kenneth T.
Hello Kenneth,
The reset pin will immediately force the device to enter a shutdown state with no serviceable operation except for the wake-up on reset pin (only difference from a POR reset), and is only recovered through a system reset after releasing the reset pin. So you can tell that the reset pin was used after the device starts up with SysCtrlResetSourceGet but there is no ISR which can be serviced before the reset pin puts the device into shutdown.
Regards,
Ryan