I am using the ADC on NUCLEO- STM32F401RE board. ADC is programmed using interrupts and the code does not work beyond 10kHz of input signal. What am I missing?
#include "main.h" #include "stm32f4xx_hal.h" /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef hadc1; /* Private function prototypes -----------------------------------------------*/ void SystemClo...