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
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
Add Comment