User Activity

Posted on April 28, 2017 at 12:29Hey,i use the STM32F4 USB CDC (generate by CUBEMX(v.4.20)) and want change the shown name in the Device Manager.I change these lines but nothing change in the device manager.&sharpdefine USBD_VID     1155&sharpdefine...
Posted on April 26, 2017 at 08:40Hello, i am working with the HAL USB CDC (CUBEMX) and want configure the baudrate and parity but i cant find a way to configure it.#stm32f407 #cubemx #usb-cdc
Posted on April 07, 2017 at 08:05Hello,im using the STM32F407 DIS with CubeMX to generate a USB CDC device.All works fine but if i unplug the STM32f407 and then plug in, Windows 10 didnt detect the driver(just unknown USB-Device)i have to reset the ...
Posted on March 03, 2017 at 07:45I have a problem with the i2c peripherie of a STM32f407.If i get a bus error the i2c is always busy.I try to solve this with a I2C_SoftwareResetCmd(I2C1, ENABLE), this works but then i cant start a new communication....