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-CC2650: Sensor Controller Task alert processing function "processTaskAlert(void)"

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

Hi!

In the SCS I am using the function to generate task alerts: 

In the CCS I am trying to process the task alert with the following function:

I am following both the "Sensor Controller Project from Scratch" and the "Bluetooth Low Energy Sensors BoosterPack" tutorials.

The debug occurs successfully, but the variables values never changes (the sensors are working fine, as checked with the SCS Run-Time Logging).  

_________________________________________________________________________________________________________________________________________

----------------------------------------------------------------------------------------------------------- Alternative ----------------------------------------------------------------------------------------------------------

Other option could be to update the characteristic values when a read is asked. Is it possible?