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); == I have tried various offsets & lengths, but buf is always filled with 0x14141414... I am booting my board from EPCS without any problem, so I am sure this is not the right answer. Am I missing something? Thanks in advance.