I am working with Cube, over HAL library, implementing a DMA mem-to-peripheral interface in double buffer mode.STM32H755I have two inputs: EXTI0 as a trigger, and LPTIM2 as a clock.DMA is configured to output a byte through GPIO D0 through D7I need t...