2023-10-10 02:51 PM - edited 2023-10-10 02:52 PM
2023-10-13 09:09 AM
Hi @bolurian
The forum moderator had marked your post as needing a little more investigation and direct support. An online support case has been created on your behalf, please stand by for just a moment and you will hear from us.
Regards,
Billy
2023-10-13 05:52 PM
Did you set the NVIC?
2024-01-29 03:12 AM
Hello, did you eventually manage to get Break interrupts?
I see the same problem in STM32G431 TIM8.
I can generate all other events interrupts, but cant see neither BREAK nor BREAK2.
I get both breaks flags raised, but no pending interrupts from TIM8.
Something is missing.
2024-01-29 04:50 AM
> I get both breaks flags raised, but no pending interrupts from TIM8.
Read out and check/show content of TIM8 registers.
Generic "interrupt does not fire" checklist here.
JW
2024-02-02 04:30 AM
What can I say!? RTFM!!!!
Timer has more than 1 interrupt lines.
And!!! Lines are often muxed with it's own or other IPs interrupt lines, when connected to NVIC.
It is different for each timer (T1/T8/T20).
Pay attention to NVIC settings when expect to use certain interrupts!!!
Confusing design, though ...
Eh ...