In JN516X, how to delete joined nodes in the Co-ordinator . Except using ZPS_eAplZdoLeaveNetwork ().
Hi,
Please take a look at the next API eCLD_IdentifyEZModeInvokeCommandSend(); You can send a command request (factory reset)
https://www.nxp.com/docs/en/user-guide/JN-UG-3103.pdf?fsrch=1&sr=3&pageNum=1
Best Regards,
Mario
Hello hongpengxie
You can try the following ,
use this function in your coordinator code initialization
PDM_vDeleteAllDataRecords();
You can make it called according to a button pressed on the coordinator for example
You can find a sample implementation to this in AN-1229 in app_coordinator.c in APP_vInitialiseCoordinator(void)
Regards