Question
startup_stm32l412xx.s is missing USB interrupt vector
Hello there,
the GCC version of the startup_stm32l412xx.s included in STM32Cube_FW_L4_V1.14.0 is missing the USB interrupt handler. It's supposed to go right after LPTIM2_IRQHandler:
.word LPTIM2_IRQHandler
.word USB_IRQHandler
.word DMA2_Channel6_IRQHandler