Resolved! STM32U5 LPDMA with SPI and circular buffer
I have a sensor (SPI slave) that follows this process:Master sends configurationMaster sends start commandEvery millisecond (or according to configuration):The slave signals that data is ready by pulling a pin lowThe master pulls CS lowThe master sen...