User Activity

The ADCs I'm logging data from occasionally shut off and then come back on and start streaming data. When this happens, the USB seems to have entered a sleep state as the write time for the packet header goes from taking ~20 milliseconds to taking up...
I'm using a nucleo-f7 development board as the basis for a data logger. The logger is using three spi slaves with DMA to grab data streaming from a sensor suite and write it to a USB flash drive with occasional data headers. The problem I'm having ...
I'm using a Nucleo F746ZGThe SPI is setup in RX only slave mode and uses DMA Double buffer mode. The data rate changes, but at max I should be writing right at 126 kBytes per second to the drive. I'm using fatfs and USB driver with the cubemxide sou...