Forum Discussion
Altera_Forum
Honored Contributor
20 years ago> I want to keep the efficiency of the SDRAM high
If your goal is to keep the instruction master off of the SDRAM while performing DMA, you can achieve this with an instruction cache or a small on chip ram: Disable interrupts and jump to a polling loop in the on chip ram. How you break the loop is up to you, but you could certainly poll the DMA status register. Regards, --Scott