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?