Hi,
Problems I am having with PWM:
1. Using app_PWM and GPIOTE to start and stop the PWM: When button is pressed, GPIOTE handler sets a flag that is polled to start the PWM. PWM starts "app_pwm_enable(&PWM1);" and the GPIOTE does not responds to any other button presses. I tried to manioulate the IRQ priority for the GPIOTE but no good.
2. Using driver PWM or app_PWM to produce 4MHz pulses, starting with 8MHz or 16MHz clock, there are always missing pulses.
any advice ?
thanks