2020-08-04 11:40 AM
I'm currently facing a big problem. I've an MCU (STM32L4) connected to an SD card (SDIO) which stores tons of data (5Gb) from a microphone (ST MEMS). I need to send this data as fast as possible from SD card to my PC. With a serial port this is to slow, since the max baud rate of my MCU is 115kb/s.
How can I solve this? I'm thinking about using an FTDI module but for what I'm reading the speed is always limited by MCU baud rate. Best Regards
2020-08-05 05:47 PM
You did not tell us exactly which STM32 you use, but generally, on 'L4, there's only Full Speed USB.
JW
2020-08-05 08:01 PM
There are example programs in the CubeMX repository. Here are a few of them:
JW makes a good points below about USB speed limitations.