2020-03-09 08:11 PM
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.
2020-03-24 06:08 PM
I can't imagine this is that rare a situation. No experiences?
2020-03-24 11:57 PM
No first hand experience here, just a few comments:
- not"some F7" but only the'F723 (and the "value" bigger-size 'F750)
- it probably won't be any different from using other 'F7 with external PHY
- USB is quite much layered so as long as any HS class works (especially such using bulk transfer), it's quite likely VCP will work too
- we all know what's the quality of the Cube stuff, there are also commercial offerings out there (I don't say it automatically means they are better in any regard)
- devil is in the details
JW
JW