2025-11-18 3:29 AM
I'm using STM32H723ZG
I want to know if a Timer's update event can trigger SPI transfer without any software interrupts.
This is the problem
2025-11-18 4:40 AM
Yes, you can set up a DMA channel to transfer data to/from the SPI on a timer event, such as TRGO.