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.