STM32F3 Discovery - ADC EOC Interrupt
Posted on July 09, 2013 at 16:58I'm working on getting my ADC to be interrupt driven. From my code below, I can verify that the interrupt is set in the IER (interrupt enable register) for ADC1, and that the EOC bit is high. For some reason, thoug...