STM32CubeMX USB CDC(com port) BUG
Posted on July 14, 2015 at 06:05The USBD_static_malloc() function in ''usbd_conf.c'' is broken! Can someone at ST please fix this! Causes USB CDC to NOT work. This function currently looks like this: void *USBD_static_malloc(uint32_t size) { //sta...