2010-11-25 06:38 AM
hi.
i have aquestion. if i use the scan mode to measure sevrel channels at the end of the list of channel to measure how can i collect all the data from all the channels? or do i have collect the data after every measre? thanks for your help.2010-11-25 08:36 AM
You can refer to AN3116: ''STM32's ADC modes and their applications''. It shows you how to use the ADC its different modes with correspendant example.
2010-11-27 10:01 PM
hi.
thanks for the replay the document was good but only explainas the general option not how. my question still remains how can i collect all the sampelling data after ''Multichannel (scan), single conversion mode'' where will it be stored? is there an exampe to ''Multichannel (scan), single conversion mode''? thanks2010-11-27 10:19 PM
as far as i can understand this can be done with DMA to transfer the result of the conversion to the RAM but the DMA has only 7 channels what if i need more like 9 conversion?
is there away to do it? thanks.2010-11-28 07:07 AM
as far as i can understand this can be done with DMA to transfer the result of the conversion to the RAM but the DMA has only 7 channels what if i need more like 9 conversion?
is there away to do it?
And of those 7 DMA channels, exactly how many are connected to the ADC(s)? There is a diagram and table in the TRM that would be worth reviewing. I haven't dug into this, but surely it would use a SINGLE DMA channel, and interleave/sequence the readings? And use a large linear, or circular buffer.
2010-11-28 10:54 PM
sounds great but where can i find how to do that? thanks.
2010-11-28 11:02 PM