cancel
Showing results for 
Search instead for 
Did you mean: 

Do both kernels reboot if I use HAL_NVIC_SystemReset () in a ZigBee application?

Maxim Shylo
Associate II
 
2 REPLIES 2
Remy ISSALYS
ST Employee

Hello,

Yes HAL_NVIC_SystemReset function reset the two CPUs.

Best Regards

Hello, Remy.

Thank you for your answer!

I'm trying to rejoin my ZigBee App to the another hub.

My app based on Zigbee_OnOff_Client_SED and Zigbee_OnOff_Router_NVM (for persistent connection).

The code is executed:

APP_ZIGBEE_persist_delete();

HAL_NVIC_SystemReset();

The device reboots and the current consumption in STOP2 MODE is 7 mA.

Kind Regards, 

Maxim