NorthGuy
Well-Known Member
The jitter can be avoided, but it needs tinkering with ASM-code.
Not necessarily. If you change ports from the interrupt, and start your interrupt routine from setting values to the port, then (in most cases) there will be no jitter.
Without interrupts, it is hard to produce no-jitter code even with assembler. Most people will rather live with jitter.