2025-07-27 3:33 AM
Hello when i added PWM on TIM1 channel 2 the all code stopped working i tried uploading code by stm32programmer but it doesnt help im using Stm32h503CBT6
2025-07-27 4:26 AM
Hi,
so you wrote something very strange in your prog....
show source.
use </> to put code here.
2025-07-27 5:50 AM
I’ve run into similar issues with STM32 timers before. Check if you accidentally enabled any conflicting settings like the Break Input or Dead Time on TIM1 that can lock things up. Also, make sure your clock config is stable and not affecting PWM initialization. Let me know if you want to compare settings.
2025-07-27 8:44 AM