This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652P: What is SPIN error?

Part Number: CC2652P
Other Parts Discussed in Thread: CC1352P, SYSCONFIG

SDK: simplelink_cc13xx_cc26xx_sdk_7_10_02_23

I set my CC1352P board to Zigbee Router, When it try to join a Network, it triggers "Error_SPIN" (loop in "Error_raiseX").

I try to debug, and find it triggering Error_SPIN when processing "bdb_filterNwkDisc" and executing "bdb_nwkDescFree", and there are 2 records in "pBDBListNwk".

When I try to turn off the unused coordinates and keep only 1 coordinate in space, the CC1352P will not trigger "Error_SPIN" and join into Network successful.