User Activity

I am trying to implement a DMA transfer as outlined in AN4666. I am using STM32CubeIDE and an STM32F4 Discovery. This will eventually let me pull data from the input register of a GPIO port (and read a parallel data stream), but for starters, I'm ju...