Forum Discussion
Altera_Forum
Honored Contributor
15 years agoQuestion with the DMA
The flash device need special instruction to write. Is it realizable to transfer data to flash device with DMA?
Altera_Forum
Honored Contributor
15 years agoActually that is unlikely, after each write you probably need to poll a status register until the write itself has completed.
Clearly it is possible to design a flash interface that performs this status test (or even a dma controller that will do status reads and compares and loops), but it is unlikely to be done!