This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1310: "sensor" example error occurred in debugging

Part Number: CC1310

Hi all,

I'm using "Sensor" & "Collector" examples to build a PAN network. In sensor code in the sensor_process. I'm trying to scan a RFID and transfer that to collector. The RFID reading part was developed by me in a single function. The RFID is a 64 bit integer. There are no errors or warnings when I built the project. I also developed the RFID reading code in a example project (empty) it worked fine.

The problem occurs when I integrate it to sensor example project. I followed the debugging steps and find out it crashes,

Void main()  >>>>>>  taskfxn  >>>>>  ICall_createRemoteTasks()  >>>>>>>  Task_restore(keytask) 

It seems its not resotring the keytask. I want a solution please. ASAP.

This is the screenshot of console when error occurs,

Thank you

Dulip