STM32F103 DAC ADC won't run concurrently
Posted on March 09, 2016 at 10:14 I have a thread set up to constantly read 18 ADCs across ADC and ADC3 and fill them into arrays. void TSK_AdcSensor(void const *argument){ ADC1_Configuration(); ADC3_Configuration(); //Clear the ADC value...