Glitch in SPI DMA transfer seemingly also related to USB on STM32G4
I have a project using all custom code (not HAL) in which I have two 6 byte SPI DMA transactions running periodically based on timers. It's set up so I can even pause the main CPU and these transactions will continue. I've found that in certain condi...