2010-04-14 07:14 AM
Seting up DMA with STM32F10x_StdPeriph_Lib_V3.2.0 ?
2011-05-17 04:47 AM
I guess that I found some of the answers myself. Have I got this right?
/* This will set it to it's defaults, as it were set after a reset */ DMA_DeInit(DMA1_Channel4); /* DMA1 channel4 */ /* This will enable the clock for DMA1 */ RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1, ENABLE);2011-05-17 04:47 AM