tinkerTime
Member
is there any example code or available library to facilitate using Serial6 with DMA, as std Serial6 is interfering with one of my interrupt routines?
Though I do wonder why Sicco defined Serial6 differently (i.e. with null pointers) to all other Serial#.
Making a PWM signal in software is maybe not the best way. Hardware timers would be better. The imxrt1062 has plenty of those.Its as though the digital output update rate gets stalled, thereby leaving my code-controlled digital output pulse width on too long (which is how i observe the disturbance on a scope). The ISR doesn't seem to be disturbed in duration or period (or elapsedMicros becomes inaccurate?), but my code-controlled digital output pulse width does.