Other Parts Discussed in Thread: Z-STACK, SYSCONFIG
Tool/software:
I have a custom ZigBee device based on the CC2652P2. It keeps processing messages with Z-Stack 7.10.00.98, but not with any later SDKs (7.40, 7.41). It takes between a few minutes and hours to stop working.
Attaching a debugger doesn't show anything out of the ordinary, all non-Zigbee functionality (like pressing buttons, driving indicator LEDs) keeps working as normal, TI-RTOS timers also keep working.
The coordinator complains that it doesn't even get an MAC ack to the packets it sends, so it looks like the 802.15.4 stack already has a problem.
This is being tested in a relatively large network (~30 devices) with high interference in the 2.4GHz band but other devices and the old SDK cope fine. The code is derived from the genericapp Z-Stack sample with TI-RTOS 7. Coordinator is also running TI Z-Stack.
Any ideas on how to debug this further? I want to upgrade to 7.41 due to some routing stability issues on 7.10.