ADC DMA wonder
Posted on June 23, 2011 at 13:58Hi, I convert two adc channels(1,2) and using DMA to transfer them to memory. ADC channel1 -> MemConvertedValue[0] ADC channel2 -> MemConvertedValue[1] Normaly it works OK, but while i am in debug mode and ocusenly pr...