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.