Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou can use alt_read_flash right into SDRAM in one call. I do this currently on startup to copy the application in EPCS to SDRAM - with one call and a tricky jump to the entry point.
ret_code = alt_read_flash(my_epcs, epcsAddr, sdramAddr, dataSize);
Bill