User Activity

Hi, I just populated a custom board with STM32F413RGT6 and tried putting FW on it via USB DFU. The Board is recognized as STM32 bootloader, Cube Programmer 1.4 detects a FW 0x011A Bootloader on the chip but complains that the device is not supported....
Posted on March 15, 2017 at 09:59 I discovered CubeMX 4.20 always generates code where VBUS sensing is enabled, no matter if it is ticked in CubeMX or not. This caused enumeration fails in several projects where PA9 is not used by me (I use it in...
Posted on January 26, 2017 at 16:32Hi,I have two freshly created projects with the STM32F407 in 100 Pin LQFP housing. I admit I didn't read the datasheet properly and found out afterwards that not all timers are 32 bit timers (which I would expect i...
Posted on December 21, 2016 at 16:35When I generate a project with USB CDC Device Class and FreeRTOS, enumeration fails because the clock to the USB peripheral is not enabled before calling MX_USB_DEVICE_Init(). If I insert the code as followsvoid S...
Posted on December 19, 2016 at 22:17I'm using CubeMX 4.18 to generate my code for an STM32F407VG for the System Workbench using the arm-gcc. Works great, except for in socket.h it complains about redefinion of struct timeval.When I manually set&shar...