Low Voltage for High Logic Level while using timer pin as pwm
Problem Statement: Amplifying Low-Amplitude Audio Signal on STM32 Nucleo64 Board
Hello STM community! I'm new here and seeking some guidance. I'm working on a project using the STM32 Nucleo64 board to create an announcement maker. My setup involves using an interrupt to handle an 8kHz frequency sampled audio, which is converted into an array. This array is then outputted from a PWM pin.
However, I'm facing an issue with the audio amplitude. The output signal amplitude is very low, less than 3.3V, which is insufficient to trigger the amplifier circuit and effectively broadcast the audio.
Is there a way to internally amplify the signal output coming from the STM32 board? Any suggestions or guidance would be greatly appreciated!

