2015-10-20 03:07 AM
Hello there,
Looking at the example ADC_RegularConversion_DMA I am trying to obtain this functionality:Using DMA conversion is started in circle (never stoping) each time the conversion is finished it should put the value to an address of a vector. The vector is for example 8x32bit in size. After 8 conversions there should be an interrupt fired and the address should be reset.Is it possible? I would apreciate all help.2015-10-22 12:45 PM