Question
High speed data transfer to STM32F3
Posted on July 10, 2015 at 03:36
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 4Mbps. 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?