Other Parts Discussed in Thread: CC2650, SYSBIOS
Hi team,
I have a customer that is looking to find the proper approach to manipulate high-resolution timer and PWM on CC26XX with BLE STACK on TI-RTOS level.
Their feedback was:
I was using driverlib/timer.h to do some basic testing. Then I found there are PWM.h and TIMER.h in drivers lib. Which are in OS level.
From this post: https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/p/405132/1435673#1435673
It used driverlib/timer.h + Power_setConstraint(Power_SB_DISALLOW);. But it seems not working in simple_peripheral with 2.2 BLE stack.
I tried to use OS level library, drivers/PWM.h and TIMER.h. But it seems I didn't find the right way.
Thanks in advance for the help,
Billy