Is it possible to trigger the ADC of STM32F103xx on both compare-events in when using center aligned PWM?
Hello,I am trying to generate a unipolar PWM-Signal with an STM32f103RBT6. The Current needs to be sampled at a specific point in the PWM-Cycle. Due to the unipolar nature the current cannot be sampled at overflow/underflow. Instead it needs to be me...