cancel
Showing results for 
Search instead for 
Did you mean: 

startup_stm32l412xx.s is missing USB interrupt vector

lukas2399
Associate II

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

1 REPLY 1
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen