Posted on May 17, 2011 at 13:47 Does any one know if there is any example of DMA with circular buffer, and with interrupt on the full and half full flag? I can't find any...
Posted on May 17, 2011 at 13:47I 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 cloc...
Posted on May 17, 2011 at 13:46 In the example bellow, will the first 3 rows create code for the MCU? or will the precompiler take care of them? GPIO_InitStructure.GPIO_Pin = GPIO_Pin_8 | GPIO_Pin_9 | GPIO_Pin_10 | GPIO_Pin_11 ; GPIO_InitStruct...