Posted on March 15, 2014 at 05:46Hi All, Does anyone know how to get PWM working with the Stm32f407zg starter kit? https://old.iar.com/website1/50.0.1.0/581/1/image2_48c107d4df71ca235b658b9c3935accb.jpg Specifically if anyone has any test...
Posted on March 16, 2014 at 02:47Hi Clive, You hit the nail on the head. It works perfectly. Originally I thought that I was initializing one of the GPIO structures incorrectly. Would I be right in saying that I was incorrectly down...
Posted on March 15, 2014 at 23:58 Hi Clive, Thanks for your reply. I'm fairly certain it requires a PWM signal. I have attached the buzzer excerpt from the schematic. If I drive the pin PA10 manually with:- BUZZER_GPIO_PORT->ODR ^= BUZ...