Other Parts Discussed in Thread: CC2650
Tool/software: TI-RTOS
Hi,
I'm trying to evaluate PWM functionality on CC2650.
I've downloaded PWM example (through resource explorer) and run it 'as-is' (TI RTOS version 2.21.0.06) on CC2650 Launchpad (V1.3 & V1.2).
I get an odd behavior - The Red LED is somewhat flickering to the bare eye and does not change its intensity.
However, when I put break-point within the pwmLEDFxn() task (on the call to Task_sleep()) and resume it immediately, the LED seem to change intensity as expected...
It seems as there is another task running that interfere with the LED (ROV shows nothing....)
Maybe the power manager need to be tweaked in some way ??
Any advice is appreciated.
Thanks