User Activity

Folks,I have setup the ADC to operate in scan mode, there are two analog channels to be converted. The CPU is running at 64 MHz and the ADC is running at 32 MHz. I am using the void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc) to start processin...
Folks,We are using STM32G030C6T6 (48 pin LQFP) chip on our motor control board. We need to convert 6 analog values every 50 uS or so.Here is what we do. We have setup the TIM3 to fire at 50uS. That is working fine, we are pulsing a port in the ISR an...