Is it possible to trigger a DMA transfer from memory to SPI by a TIM update event?
I was finishing a project that does the job of hi-speed polling from a SPI interfaced IMU chip, the frequency is about 5Khz, I know that this could be done by start a DMA transfer by software in the hardware update interrupt. But now I'm searching fo...