Hello,
I am developing a solution where I have an RF link, when I receive the information through the radio link I put it in a queue, then another task without a row and start a transfer, basically that is what the application does.
There are two main tasks:
- The first one executes the RF link, receives information and queue the information.
-And the second, read from the queue and make transfers.
The application works for a couple of minutes and then stops with an error, i am attaching some screenshots:
There is no exception, just keep on Error_policySpin:
I have a raspberry pi 3 connected to the SPI port and a nodejs app running that reads from the Raspberry PI's SPI.
CC1310 is slave and RPI is master.
I hope someone could give me a hint about this issue i have.
Regards



