Part Number:CC1310
Tool/software:TI-RTOS
I have modified an Easylink + sensor controller example to perform the following:
- Main program (easylink based) starts then waits for signal from sensor controller
- Sensor controller sends interrupt every second
- Main program tries to transmit (with two more retransmissions), then waits for signal from sensor controller
- Loops
There's no receiver, so the module just transmits, then transmits again and once more, since it gets no acknowledgment, then goes back to sleep until sensor controller wakes it up again.
Sensor controller code is all commented out, I'm using it only to trigger the main task, since the readings do not matter for the tests I'm running.
The problem is that after some time, around 12 minutes, system hangs on xdc_runtime_SysCallback_defaultAbort and I can't figure out why. The string in the argument shows "EasyLink_t" as value.
What are the reasons to go to this error?