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

What is the minimum timer interrupt possible in nRF51822?

Hi, I want to generate PWM pulses of width 14uSec(off time) and 42uSec(on time). Is it possible to achieve the above

  • with app_timer module
  • without app_timer module and by using NRF_TIMER0 registers? Can you point out examples to obtain minimum timer interrupt using app_timer and an example which does not use app_timer? Thanks.