Hello everyone, I have a board.STM32F429I DISCO1, I want to read, say, two bytes of parallel data from port A{15:0}, into the DMA buffer, every time a rising edge of some signal comes to the microcontroller from the outside.How exactly can this be im...