fast data transmission from MCU to PC
What is the fastest way to transfer data from an MCU to a PC?
I have an stm32h723zg that I want to use to transfer 40Mbits/sec data to a PC, but I am not sure what is the way to achieve this I tried USB CDC but got only 0.5Mbits/sec due to the limitation of the serial terminal
I am thinking I can use a QSPI to USB FTDI chip or ethernet which would be better? or what is the best way to do this?
has anyone been able to reach this data rate before?
