2013-07-09 02:45 PM
2015-10-14 07:35 AM
I thought that with
DMA_InitStructure.DMA_Mode = DMA_Mode_Circular;
, the DMA was working in circular mode but not...
I thought that, too. The required sequence of steps in initializing a peripheral is often not clear from the description of HAL functions (like in .../Libraries/STM32Fxxx_StdPeriph_Driver/src/). So it's always best to consult one of ST's ''peripheral example'' projects. This is true at least for the SPL (I'm not ever used Cube ...).