Posted on May 12, 2014 at 15:12 Hello everyone.
I'm trying to get USB VCP communication to my STM32F107 working (using USB to communicate via minicom with my µc).
Looking at the example and the STM32_USB_Device_Library of the STM32_USB-H...
Posted on May 12, 2014 at 20:02>The library provided by ST is not very good. >Their example code does not handle large amounts of characters very >well. Glad to hear that. I thought I'm the only one thinking that. I got your point. So I might have t...
Posted on May 12, 2014 at 16:47OK thank you, I will investigate. I was just wondering what you meant by flow control, bc. I read something about a missing transmission of a zero length packet after a 64 byte packet. Since my packets shouldn't get th...
Posted on May 12, 2014 at 16:01Thank you for your reply. Do you have more information on the solution to the problem you described? I have experienced funny behavior with some code (a nibble being altered, some data out of sync...).