STM32CubeMonitor - validate SPI Rx buffer
I am receiving 32bit samples from an external ADC via SPI (DMA) on the STM32U5 (NUCLEO board) at a rate of 51200 samples/sec.
Does the ST-Link v3e provide an interface that should allow me to reliably stream these to my PC for further anlayis/validation?
I've tried using UART over VCP but the error rate was too high.
I've been trying to use STM32CubeMonitor - in direct mode I only managed 18600 samples/sec or 595kbps, and I haven't been able to get snapshot mode working at all.
The v3e debugger is USB HS, correct? I'm just not sure how to actually achieve anywhere close to that speed.

