Other Parts Discussed in Thread: CC2640
Tool/software: TI-RTOS
I am trying to exploit PWM of CC2640 and I am aware that if periodValue is big (>400000) (with period unit is micro second). PWM seems not to work
my duty cycle is 50 % (PWM_DUTY_FRACTION_MAX/2). the LED is off while it is on if periodvalue is smaller (about 3000 - 10000).
So, in conclusion, is the period value limited? and I am not able to use PWM for blinking purpose