STM32 - FDCAN Interrupt not working
Hello,
i'm trying to set up a new project with CAN in Interrupt mode. Therefor i generate a project with stm32cubemx and enabled the interrupt 0 for fdcan1 and also in the NVIC-settings the Interrupt is enabled:
In polling mode, i can receive Frames and got no problems. When i try the to use the NVIC, the ISR-Adress is wrong an it don't jump to the generated "FDCAN1_IT0_IRQHandler". The Controller jumps to an undefined Adress:
In the startup_stm32l553cetx.s the spelling of the ISR is correct.
I've tried to get some more informations about the vector table. The ISR for fdcan_it0 should be in 0xbf900dc, the function of NVIC_GetVector gives me the Adress 0xbf97755.
Do you have any idea for a solution?
Greetings
