USB CDC Bug in CubeMX firmware
Posted on April 11, 2014 at 10:07Hey everybody, in order to initialize a working Virtual Com Port with CubeMX on the STM32F4 Discovery, I had to change pdev->pClassData = USBD_malloc(sizeof (USBD_CDC_HandleTypeDef)); to pdev->pClassData = (void ...