I'm using: Segger Embedded Studio 3.52, nRF52840-PreviewDK, nRF5_SDK_for_Thread_and_Zigbee_v3
Is it possible to restart the Zigbee stack without restarting the whole chip?
I can use: NVIC_SystemReset(); to restart the nRF52840 (and it restarts the Zigbee as well), but I would rather only restart the Zigbee stack. Is there a routine I can call to do that?
John Martin