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.

CC3200 SOC Reset

Other Parts Discussed in Thread: CC3200MOD, CC3200

Hi TI team,

during our development with the CC3200MOD we faced following issue:

we reboot our device issuing:

PRCMSOCReset();

after reboot be read back the reset cause.

uint32_t hal_reset = MAP_PRCMSysResetCauseGet();

hal_reset contains the value 0x00000000

while it should contain the value for SOC reset.

Is that a known issue of the CC3200 or the driverlib?

Best Regards,

Matthias