STM32 ADC interrupt not invoking when used with FreeRTOS
I am working on a project that requires 3 channels of ADC1 and FreeRTOS.I am using STM32F446RCT6. I start ADC conversion at the start of the code HAL_ADC_Start_IT(&hadc1);Here is my implementation for ADC callback.whereas array to hold data is descri...