2018-10-29 03:13 PM
Hi,
We need to transfer big amount of data from an STM32F76x connected to a PC. The expected transfer rate of data is 100Mbit/sec (100 mega bit per second).
Few basic questions
We do not have experience with such requirement so any advice on how to do this would be much appreciated. Thanks in advance!
2018-10-29 03:35 PM
12.5 MB/s (100mb/s) should be achievable in some form. DMA desirable.
USB would need a High Speed PHY
With USBSTOR (MSC) you could probably pretend to by a CDROM type device and pull the data off that way.
2018-10-29 11:16 PM
Thanks Clive. If I understand correctly, this mode will enable storing the data on the PC, via USB.
WRT to networking options - could 100mb/s succeed with either TCP or UDP over LWIP?
2018-10-29 11:16 PM
Thanks Clive. If I understand correctly, this mode will enable storing the data on the PC, via USB.
WRT to networking options - could 100mb/s succeed with either TCP or UDP over LWIP?
2018-10-29 11:16 PM
Thanks Clive. If I understand correctly, this mode will enable storing the data on the PC, via USB.
WRT to networking options - could 100mb/s succeed with either TCP or UDP over LWIP?