This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52 timer has no modulus?

I'm learning about the nRF52 series and so far love everything I see, especially the SDK. But I just got to the point where I'd like to generate precisely timed output, and there is something I don't understand: the nRF52832 timer seems to have no modulus (wraparound) setting. From what I understand, you can set the prescaler and the bit width, but the timer will still run over the full range of values allowed by the bit width.

This seems to imply that you can't produce arbitrary PWM output, only a specific set of PWM periods is supported.

Am I missing something?

Related