I have a STM32H7 project and want to use the DMA for peripheral data transfer with an external static DMAREADY input
When using an EXTI input to trigger a DMA request, there is only the possibility to trigger on falling or rising edged of the input. But my peripheral has only an output which is active when data are ready for read or write. This output is static and...