stm32f7xx-hal
stm32f7xx-hal copied to clipboard
Timer interrupts don't trigger on stock Nucleo-F767ZI board.
There seems to be some issue with the examples/timer implementations.
attempting to run the timer example on a stock nucleo-f767zi board prints the message in main but TIM2 never fires.
Hey @lordspacehog, thank you for opening this issue! I tested the example on th F746 Nucleo (the only F7 hardware I have available), and can't reproduce your problem. I can see the log message from the interrupt.
If you can figure out what's going wrong with your hardware, I'd appreciate a pull request with a fix!