2023-12-04 01:17 PM
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?
Solved! Go to Solution.
2023-12-04 04:56 PM
Did you start the timer?
2023-12-04 03:54 PM
Interrupts can happen when using a timer in encoder mode, but they're not particularly useful. What are you trying to achieve?
2023-12-04 04:56 PM
Did you start the timer?
2023-12-04 05:17 PM - edited 2023-12-04 05:19 PM
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.