Resolved! HAL_ADC_ConvCpltCallback to FreeRtos
Hi,I use the ADC with DMA. The adc conversion is triggered with 20kHz.I would like to transfer my 4 adc values from interrupt HAL_ADC_ConvCpltCallback to a FreeRtos task.What is the best way to transfer adc values from HAL_ADC_ConvCpltCallback to Fre...