SRAM and DMA in STM32F7
Posted on October 23, 2017 at 14:00I am working on a project where I have a STM32F7 which shall read data from an external SRAM using DMA.The SRAM has 16 bit adressbus and 8 bit databus. I want the data to be copied to a 16bit buffer in the STM32F7 ...