Posted on December 30, 2013 at 14:47
I have realized 2channels ADC (PC1, PC2) with DMA. I found and used many examples in forum and ST examples, but It still do not work. It is depressing:-)
My problem is:
1) If I change the voltage on...
Posted on January 04, 2014 at 22:51
Hello,
I would like to sample 2 analog channels with 100kHz (STM32F429 disco). I found examples only with one channel. I tryed to edit it, but my code dont work. If I placed breakpoint into
DMA2_Stream4_...
Posted on December 30, 2013 at 23:44Combination PC3+PA5 works correctly. Thank you very much! I have tryed PC1+2, PC3+4, PA5+6 - and all these combination didnt work. Why?
Posted on December 30, 2013 at 17:37I tryed two cases with ADC_InitStructure.ADC_ScanConvMode = DISABLE1) ADC_RegularChannelConfig(ADC1,ADC_Channel_11,1,ADC_SampleTime_480Cycles); ADC_RegularChannelConfig(ADC1,ADC_Channel_12,2,ADC_SampleTime_480Cy...
Posted on January 06, 2014 at 17:36I am sorry, but I don't know what you mean.... Can I sample two channels in timer interupt? In future I would like to sample more signals...