STM32F4 Buzzer
Hello guys !
I am new at the embedded systems and I am trying figure it out !
I am using STM32F446VET7.
I connected my buzzer to an GPIO pin(PB12) which has no pwm speciliaties.
But my buzzer is not working when I connected to the DC signal source like 5V. So I need an PWM kinda source.
When I resarch I only found source codes for PWM Generation channels with Timer. My GPIO has no timer and I cannot change my design right now.
Can I do the same job with Systick timer or something like that. I just need a 1 second beep sound, nothing more.
Here is my design in hardware

and the datasheet of my buzzer

Do I need to generate a signal with 50% duty cycle at a frequency of 2048 Hz, if you can just give me an idea, I can research and learn how to do it. Thanks
