-
STM32H7 Custom ISR without HAL handlers
When programming an STM32 MCU you might come to the point that you want to improve your interrupt execution time by implementing your custom highly specifiedinterrupt handler and skipping the HAL provided one. When using a CubeMX generated project with the HAL, creating my own handler is easier, than I thought