Hi,
I use the a gpiote_in_event to trigger a number of PWM pulses which works fine so far. However, the exact behaviour of the generated signal is important so that the device interfaced to the signal line does also behave correctly.
I saw that if I use inverted polarity (what is what I want to do), i get a very short pulse at the end of the PWM (after the number of specified periods). It seems that after the number of specified repetitions, the HW is just about starting another PWM sequence which is then immediately aborted.
This spike is a problem in my system, how can i get rid of it?
/EDIT: see screenshot
