Posted on July 29, 2013 at 17:54
Hello,
I have a problem to work the DMA2 with ADC1 on STM32F205 chip. Problem is the interrupt routineDMA2_Stream0_IRQHandler is never executed despite of configuration is performed. The flag TCIF0 is howe...
Posted on July 30, 2013 at 10:43Thanks you so much for you answer.I thought that DMA_ITConfig(DMA2_Stream0, DMA_IT_TC, ENABLE); was sufficient to initialize the interrupt for DMA, but not.Your help was very usefull :)CG