User Activity

Posted on March 07, 2012 at 16:05I encountered a data alignement problem when using the 3 ADCs. ADC_Mode = ADC_TripleMode_RegSimult ADC_DataAlign = ADC_DataAlign_Right had no effect. Data was allways left-aligned. The Problem was that I omitted assi...
Posted on December 13, 2011 at 15:35Hello there, I'd like to set up an ADC and DMA so that converted data is directly written into an array in memory. I modified the ADC3_DMA example but it doesn't work correctly. I replaced ''ADC3ConvertedValue'' ...