Question
Transferring 100Mbit/sec from STM32F76x to PC
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
- is it possible to transfer in such rates?
- can\should it be done over LWIP?
- can\should it be done using another mechanism (UART\USB\other)?
- can\should a DMA be used as well?
We do not have experience with such requirement so any advice on how to do this would be much appreciated. Thanks in advance!
