Stm32g431 Strange isr entry
Atm im facing the Problem, that the mcu enters a previously activated isr but not as intended. Im setting up Timer and gpio interrupts but ending in an fdcan isr which redirects to the default Handler. Its Worth mentioning im Using hal/ll driver and doing almost no register access by myself. The interrupt triggers during the setup process, it Seems that somehow the low Level drivers interrupt handling is inconsistent with the vector table... Do you guys have any ideas how to tackle this issue?
