Why STM32F407VG USB Host CDC sending wrong data?
Posted on April 19, 2018 at 09:10Hi,I'm working on STM32F407VG board. Try to get USB Host CDC working. I'm able to get enumeration working. The data can be sent to device. But the data is wrong. For example, 'Hello'(48 65 6C 6C 6F) is send from Host...