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.
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).
Seong, I went through a tutorial similar to this but I'll give this one a go and see what happens.
After examining several example projects, I found that I need to use scifExecuteTasksOnceNbl and not scifStartTasksNbl
Who would have thought?
Phil,
I'm glad you were able to figure it out. I'll be closing this thread, please start a new one for any other queries.
BR,
Seong