We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am testing the operation of a timer interrupt. But the program does not work, I was checking and it appeared that "HAL_TIM_IRQHandler (& htim3)" is not defined.How do I fix it?
user001 said:"HAL_TIM_IRQHandler (& htim3)" is not defined.How do I fix it?
Is it really not defined, or is it just the browser not finding the definition?
Note that the thing that needs to be defined is just HAL_TIM_IRQHandler - perhaps you are confusing the browser by including the (&htim3) in your selection?
If it is genuinely not defined, then the answer is clearly to define it!