python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Appropriate way to disable interrupts during runtime / while the application is running?
I see there are two ways of disabling a specific ISR using the STM32 HAL.
To use the Timer Input Capture ISRs as an example, there is HAL_TIM_IC_Start_IT() and HAL_TIM_IC_Stop(), but there is also HAL...
scottc11
Votes: 0
Answers: 1