Question
DMA transfer ADC->FLASH
Posted on April 13, 2011 at 19:32
Hi,
Is it possible to transfer data from ADC to FLASH using DMA?
The following snippet does not work for me:
...
DMA_InitStructure.DMA_PeripheralBaseAddr = ADC1_DR_Address;
DMA_InitStructure.DMA_MemoryBaseAddr = (uint32_t)0x0801FC02;
...
Any suggestion / pointers?
Thank you,
--
Carlo
