This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC2640R2F: cc2640r2 PWM: is period value limited?

Part Number: CC2640R2F
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