STM3F2 DMA Circular Mode Overwrites Data
Posted on March 22, 2015 at 23:55Hello,I have a global structure that contains an array of bytes of 1024 elements. I have declared this array towards the beginning of the structure. I have set up DMA to import USART3 data into this array. I have set...