This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Source browser ''...... '' is undefined

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?

  • "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!