Question
High speed data transfer to STM32F3
Posted on July 20, 2015 at 23:34
Hi All,
I need to transfer a large amount of binary data to my STM32 and am trying to figure out what the best way to do this would be. The data throughput needs to be roughly 8Mbps. The device has USB so I was thinking either that or doing SPI through a USB-SPI device.
What's the best approach to this?