2022-06-29 01:31 AM
2022-07-11 03:06 AM
Hello,
If you want to check that your device is well connected to your Zigbee network, any request like a poll will be sufficient. Which environment are you using for your device (SED, ZED, ZR) ?
APP_ZIGBEE_ZbStartupPersist function is used to recover data from the Flash. So it doesn't generate any 802.15.4 request. If the status return is failed, you should do a standard join to perform the connection since there is no configuration data. If it's success, there is nothing to do since you have recover configuration data from the flash.
Best Regards