I’m using an STM32 microcontroller to sample some voltages/currents of a power converter and use them in a control loop to generate the desired PWM.
Since the application involves a lenghty battery charging/discharging, I would like to save, periodically, the values of the voltages and currents acquired by the ADC. Is there a way of doing so, maybe through external mode?
Thank you!