2019-11-29 12:19 PM
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
2020-01-31 08:05 AM
Hello, @lukas2399 ,
Please use the latest version of STM32CubeL4 V 1.15.0 with fix :
.word LPTIM2_IRQHandler
.word USB_IRQHandler
.word DMA2_Channel6_IRQHandler
Best Regards,
Imen