Problem in reading ADC values using interrupts on STM32F3 Nucleo Board
Hello everyone,I am working on following application.I need to measure average of samples read by ADC1 (Differential mode). It starts reading values when interrupt from pin PC13 (Rising edge) is detected. It stops reading values and display the resul...