User Activity

Posted on July 01, 2016 at 04:14I tried editing the simple DMA example in STM32Cube_FW_F7_V1.4.0\Projects\STM32F746ZG-Nucleo\Examples\DMA\DMA_FLASHToRAMI changed the DMA direction register so its memorytoperipheralinstead of memorytomemory. And I ch...
Posted on June 28, 2016 at 17:39I wish to transfer a large array of data to 8 output pins that are all on the same port. E.g. a 500 element 8bit array where each bit of each element represents the pin status.So 500 independent transfers to the port ...