The Plan
In the “stm32f0xx_it.c” file add code to the HardFault_Handler.
Us the BRK to shut down all timers generating an output.
Documentation here: Section 17.3.12
Backup Plan
Just set the compare register for each timer so that control (PWM) line pulled low.
Add Comment