Skip to main content
Maxim Shylo
Associate II
June 6, 2022
Question

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

  • June 6, 2022
  • 1 reply
  • 880 views

..

This topic has been closed for replies.

1 reply

Remy ISSALYS
Technical Moderator
June 7, 2022

Hello,

Yes HAL_NVIC_SystemReset function reset the two CPUs.

Best Regards

Maxim Shylo
Associate II
June 7, 2022

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