Question
STM32F7 built-in high speed (480 Mbit/s) USB PHY max VCP speed?
Most STM32 products only have an onboard FS USB PHY which limits clock speed to 12Mbps. On these, I can achieve just over 7 Mbps actual transfer speed on the CDC/VCP interface.
Some STM32F7 chips have an onboard HS PHY.
- Can this setup still use the same CDC library and drivers? It is a benefit to be able to use Windows drivers instead of having to install other ones (e.g. FTDI D2xx). The serial/VCP interface is also nice and easy to work with on the PC side.
- What is the achievable transfer speed using this PHY? Is there an example project which demonstrates this on a Nucleo or Discovery board? I see a lot of hits for the FS PHY behavior, but none of note on the HS PHY.
