Testing the Audio PWM output on a STM32H7
In my last blog, I described the analog audio output using the Arduino Audio Tools library: The STM32H743VIT6 microcontroller is quite powerful but we only have max 2 DAC pins available! This restriction falls when we use PWM: We use a PWM frequency above the hearing range (30khz) and modulate the PWM Duty Cycle with the audio signal. Compared to the demo pwm sine example, I increased the sample rate to 44100 and the channels Read more








