Question
How to use HAL_HRTIM_CounterResetCallback
Posted on June 09, 2017 at 03:28


#isr #hrtim
Thank you for your patronage.
I'm Japanese.
I want to use
Interrupt Service Routine(ISR)
as shown in the picture below. So I want to use HAL_HRTIM_CounterResetCallback.
I wrote the program as shown below, but
HAL_
HRTIM_CounterResetCallback didn't work
.

I set a breakpoint like the picture below. But the program did not reach the breakpoint. So
HAL_
HRTIM_CounterResetCallback do not work
.
#isr #hrtim