Posted on May 28, 2015 at 12:52Hi friends, I create a sample project with: - STM32Cube FW_F1 V1.0.0 - F103 - USB CDC Shortly I found this lines in usbd_conf.c [code]/** * @brief static single allocation. * @param size: size of allocated memo...
Posted on August 26, 2015 at 12:02Hi friends, I found the same problem on my projects using STMCumeMX. In fact, I ''wrap'' the awful USB CDC template with a clever version, handled with circlular queue. My problem is that sometimes the function HAL_...