Question
external DMA triggering using a GPIO pin
Posted on January 13, 2014 at 00:40
Hi,
is it possible to trigger a DMA transfer (8 bit data from gpios) on a falling edge on a gpio pin? (without using interrupts!!!). I think it is standard on all other mcu's with dma support (like kinetis mcus or nxp/ti devices) but i can't find any solution on ST cortex M3/M4 devices...:(. Greetz