Hi all,
Our application involves Bluetooth Smart communication and ADC use of CC2650.
Specifications are strict and we need samples from ADC every 125us.
We use sensor controller for the signal acquisition since it is a separate processor and it can precisely capture our input.
When I have an empty project in TI-RTOS, I can start successfully the task in the sensor controller and it runs every 125us (actually 122us using RTC based scheduler).
I can see that in the oscilloscope assigning a GPIO pin as output and it toggles every time the sensor controller task runs.
The problem is that when I use the Simple BLE peripheral example to add the sensor controller task, I do not notice stable toggling in the GPIO output pin.
Since sensor controller runs asynchronously with MCU, it shouldn't affect its operation.
The only thing I can imagine is that maybe something happens with the power managment but I cannot tell for sure.
Any ideas?
Is possible the BLE functionality to affect somehow when the tasks are executed in sensor controller?
Thank you in advance.