cancel
Showing results for 
Search instead for 
Did you mean: 

No Interrupts with timer encoder function? Nucleo G431KBT6

Tobe
Senior III

I tried to make an interrupt work with encoder input on timer 1. It does not fire interrupts.

Interrupts are activated (the code is reached).

Are there simply no interrupts possible, or is it another problem that i have to figure out?

1 ACCEPTED SOLUTION

Accepted Solutions
Karl Yamashita
Lead III

Did you start the timer?

Tips and Tricks with TimerCallback https://www.youtube.com/@eebykarl
If you find my solution useful, please click the Accept as Solution so others see the solution.

View solution in original post

3 REPLIES 3
TDK
Guru

Interrupts can happen when using a timer in encoder mode, but they're not particularly useful. What are you trying to achieve?

If you feel a post has answered your question, please click "Accept as Solution".
Karl Yamashita
Lead III

Did you start the timer?

Tips and Tricks with TimerCallback https://www.youtube.com/@eebykarl
If you find my solution useful, please click the Accept as Solution so others see the solution.

No, i never thought, that i have to start the "counter", since i was counting from the outside. Also did not start it as interrupt.

Its quite a bit confusing, that cubeMX integrates functions and code, but in other parts it doesnt, which is not so obvious, if you dont know this stuff well. I have to get used to it.