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.

AWR1642: About software reset

Part Number: AWR1642

Dear,

When I use software reset

/* topRCM->SOFTSYSRST */

uint32_t* regAddr = (uint32_t*)0xFFFFE11C;

*regAddr = 0xAD;

How can I know ever reset by any register, when device reset?

Thanks