Is your feature request related to a problem? Please describe.
Currently DMA streaming is working with the core suspended. To take the next step HSync and gating of data needs to happen to follow the spec of VGA.
Describe the solution you'd like
Using a timer generate interrupts for when gpio signals need to be present and start the DMA streaming.
Is your feature request related to a problem? Please describe. Currently DMA streaming is working with the core suspended. To take the next step HSync and gating of data needs to happen to follow the spec of VGA.
Describe the solution you'd like Using a timer generate interrupts for when gpio signals need to be present and start the DMA streaming.