Other Parts Discussed in Thread: SIMPLELINK-CC13X0-SDK
We have a setup using the TI 15.4 stack with the coprocessor on a CC1350 and the collector app on a BBB acting as gateway.
We have some 20 sensor/actuators in the network and the coprocessor now often crashes when sending messages to all devices
The coprocessor reaches the assert handler and resets. After rebooting it sends the message:
503196.377: Reset Indication: reason: 4 (rtos-assert) version: 3/1/2/3/2 503196.377: reset-indication msg(57800a) nbytes=11 len=6 [ 0xfe 0x06 0x41 0x80 0x04 0x03 0x01 0x02]
While the coprocessor resets and is up and running again after the crash, the collector app (also default TI 15.4 stack) cannot seem to handle this and does not respond anymore after the coprocessor reset.
Of course we want to find the cause of the reet issue on the coprocessor but also I think the collector app should be able to cope with the reset.
any ideas on this issue?