User Activity

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_I...
Posted on May 05, 2014 at 22:36Hello Everybody, in the process of compiling some of the Examples for the STM32F429DISCO on a linux machine I noticed that Include paths are specified using backslashes instead of slashes. Obviously, backslashes only w...