Other Parts Discussed in Thread: CC1310,
I am using SDK 4.40.04.04 and frequency hopping.
I have a CC1312R as a collector and ~40 CC1310 devices as non-sleepy sensors. Packets are sent from collector to sensors and back every couple minutes and sometimes a couple times a day ~200ms apart to some of them. After about 2-3 weeks the collector stops receiving messages and all devices go into orphan state. I am still able to communicate with collector via UART and a collector reboot will fix the issue and devices will reconnect.
I have another network with 6 sensors and no messages to sensors other then tracking messages and it has been working for over 2 months no issues.
I have setup a test with 30 sensors. Collector sends packets very often (~200ms) to each sensor sequentially. I am able to hit the same issue after about 20min. I tried setting a breakpoint in wsAsyncIndCb(), and it never gets triggered even though I see sensors transmitting PCS frames using packetSniffer.
I see ROV BIOS reports no errors and don't see any stack overflow issues. Its like the stack no longer want to receive messages.
What would you recommend I try to do to debug this?
Thanks in advance.