It is not possible to do DMA transfers from flash memory, in fact DMA has acess only to AHB bus and there is no link between DMA and Flash (which is connected to ARM9 core on TCM interface). Best regards, STARM
thanks for the advice! I have another question about the UART I'd like to transmit data the dma but at the same time I'd like to receive data using the IRQ (see the init code of previous post). Now I found that the rx irq is not asserted if I have the DMA enable for tx. Any suggestion? Have I to manage the rx with DMA IRQ ?