Altera_Forum
Honored Contributor
10 years agoReading EPCS
Hello, I am trying to read data in EPCS by the following: == char buf[65535]; alt_flash_fd* epcs = alt_flash_open_dev(EPCS_FLASH_NAME); alt_epcs_flash_read(epcs, offset, buf, length); == ...