2021-01-06 11:35 PM
I am testing with STM32F769 Discovery board to make video syncs (not vsync, hsync).
I am using SPI module to make infinite clock and data.
But, it seems not supported in normal and DMA transmit mode (there is delay between transmissions).
How should i do to transmit data and clock signal infinitely without delay?
Solved! Go to Solution.
2021-01-06 11:51 PM
Depends on the freq. range and data width. Alternatives may be DMA driven GPIO port output or DMA driven modulated Timer PWM.
2021-01-06 11:51 PM
Depends on the freq. range and data width. Alternatives may be DMA driven GPIO port output or DMA driven modulated Timer PWM.
2021-01-07 04:58 PM
Circular DMA is able to transmit infinitely without delay. I have used it on many projects in this way.