Issue with STM32WB55 Zigbee Reconnection After Power Loss in Stop Mode
Hello,
I am working with the STM32WB5M module and encountering an issue with Zigbee connections between the coordinator (coord) and an end device. The end device successfully reconnects and resumes communication upon waking up from the stop mode. However, if there is a power loss while the end device is in stop mode, it fails to reconnect after the power is restored.
I have implemented a filter in the coordinator's code to detect disconnections, but it seems that this filter only detects disconnections when the end device is not in stop mode. When the end device is in stop mode, the filter fails to detect any disconnections.
Could you provide guidance on how to ensure the end device can reliably reconnect to the coordinator after a power loss during stop mode? Any suggestions on modifying the filter or any other settings would be greatly appreciated.
