USB Virtual Com Port example
Hello,
I'm trying to evaluate the maximum speed that can be obtained through the USB Virtual Com Port (I need approximately 20Mbps) however I cannot find a working example with System Workbench
For other projects, in the lab I already have:
- STM32F429 Nucleo 144
- STM32F407 Discovery kit
- STM32L476 Discovery
and I would like to test the VCP performance on any of these.
Today I tried to port to SystemWorkbench an example I found for Keil (for STM32F407 discovery) but it didn't work (lot of compilation issues).
I also tried to port STM32Cube_FW_F4_V1.24.0\Projects\STM324x9I_EVAL\Applications\USB_Device\CDC_Standalone to the STM32F429 Nucleo 144 but, even though it compiles without problems, it doesn't work (windows doesn't recognize the serial port).
Then, is there any SystemWorkbench (or CubeMX) project example for USB VCP that targets the aforementioned boards?
Thank you,
Davide.