Sterling
Sterling
How to prevent ADC interrupt from affecting LCD display on AVR MCU?
Hey man, If you want to effectively handle interrupts without impacting your LCD display, You could try a few things like ; Using atomic blocks for critical sections management & making sure that the updates of your LCD screen happen in the main loop only by flagging them with an ADC interrupt. I hope this helps @Dtynin
13 replies