Can "HAL_SPI_Receive_DMA" be configured to run continuously without callback?
I'd like to setup a SPI/DMA to read data from a magnetometer such that the new data is saved to memory without any CPU intervention. I understand a timer could be used, but I don't want any gap between when one spi read and the next. The CPU could then read the latest value from memory any time.