USB Host CDC: stuck at HOST_CLASS_REQUEST, please help!
Posted on April 16, 2018 at 19:26Hello everyone,I'm working on STM32F407-DISC board, trying to get USB Host CDC working. I'm using library version 2.2.0.I managed to get enumeration working by fixing HSE_VALUE to be 8M and PLL_M to be 8(thanks the i...