Status 0xCA in ZigBee On/Off Client Router example
Hi,
I made my first steps in ZigBee by using the NUCLEO-STM32WB55 board with the USB dongle. The dongle is flashed and the blue LED is shining, but the NUCLEO board is printing the following message:
[M4 APPLICATION] ZbStartup Callback (status = 0xca)
[M4 APPLICATION] Startup failed, attempting again after a short delay (500 ms)
[M4 APPLICATION] Network config : APP_STARTUP_CENTRALIZED_ROUTER
[M0] [00000000.517][PLATFORM] ZbNlmeResetReq : NLME-RESET.request (warmStart = 0)
[M0] [00000000.018][PLATFORM] zb_startup_join_nwk_disc : Attempting network discovery. Scans = 3, Duration = 4
[M0] [00000000.019][PLATFORM] nwk_scan_req : MLME-SCAN.request (wpan0): type=1, page=0, mask=0x00002000, dur=4
[M0] [00000000.031][PLATFORM] nwk_handle_beacon_ind : BEACON addr16=0x0000, epid=0x0080e125004ca76a, ch=13, pan=0x4aa2, depth= 0, lqi=192, cost=1, pjoin=0
[M0] [00000000.290][PLATFORM] nwk_scan_req : MLME-SCAN.request (wpan0): type=1, page=0, mask=0x00002000, dur=4
[M0] [00000000.300][PLATFORM] nwk_handle_beacon_ind : BEACON addr16=0x0000, epid=0x0080e125004ca76a, ch=13, pan=0x4aa2, depth= 0, lqi=192, cost=1, pjoin=0
[M0] [00000000.559][PLATFORM] nwk_scan_req : MLME-SCAN.request (wpan0): type=1, page=0, mask=0x00002000, dur=4
[M0] [00000000.570][PLATFORM] nwk_handle_beacon_ind : BEACON addr16=0x0000, epid=0x0080e125004ca76a, ch=13, pan=0x4aa2, depth= 0, lqi=196, cost=1, pjoin=0
What does this error code mean and where can I look up these error codes?
