2021-02-08 04:53 AM
Hi,
I try to launch the demo application called Zigbee_DoorLock_Server_Coord on a nucleo board WB55 with GDB and I have an error "Error on final launch" Device Debug Script (cf image)
Others applications are OK.
The application can run without GDB (RUN mode).
I have the same behaviour if in my project I add :
zigbee_app_info.time_server = ZbZclTimeServerAlloc(zigbee_app_info.zb, TEMP_ENDPOINT, &ZbZclTimeServerCallbacks, NULL);
ZbZclTimeServerAlloc function can be the problem in debug mode ?
Thanks
Anthony
2021-02-27 05:04 AM
Hi,
Someone can test this demo application Zigbee_DoorLock_Server_Coord to see ?
Thanks
2022-04-11 11:27 PM
I have exactly the same issue with the time cluster. Here is the question I asked. Did you find any solution?