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.

CCS/LAUNCHXL-CC1350: Sensor Controller Never Alerts

Part Number: LAUNCHXL-CC1350
Other Parts Discussed in Thread: CC1350

Tool/software: Code Composer Studio

I have tried several Sensor Controller Studio examples, which run fine in SCS but do not work when included in an application project (following instruction in the 'scif_how_to_use' files and 'Sensor Controller Project from Scratch' tutorial).

Adding several breakpoints, scCtrlReadyCallback is hit twice on start-up but scTaskAlertCallback is never hit.

The start (eg scifStartTasksNbl(1 << (SCIF_ADC_DATA_STREAMER_TASK_ID));) returns 'success'.

I tried a one line SC task that turns on the LaunchPad LED but still nothing happens (and yes, I disabled in the GPIO driver per the 'Sensor Controller Project from Scratch' tutorial).