Automatic SPI communication using STM32U5
Hi
I use STM32U575I-EV.
I want to periodically read data from an external SPI device without CPU.
The SPI device will emit a data ready signal(active low gpio), so I want to use that as a trigger to read the data.
Ideally, I would like to perform multiple SPI receptions while keeping the CPU in Stop mode.
To read data from a SPI device, just do something like HAL_SPI_Receive_DMA().
Are there any good example projects ?
Or how can I do this ?
I read this articles, but it didn't solve my problem.
Solved: STM32U5 SPI Continuous Communication - STMicroelectronics Community
Best regards.
