Forum Discussion
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); == ...
Altera_Forum
Honored Contributor
10 years agoThanks Cris72,
Yes, I did. As I wrote above, == alt_flash_fd* epcs = alt_flash_open_dev(EPCS_FLASH_NAME); int error = alt_epcs_flash_get_info(epcs, &p_epcs_reg_info, &num_epcs_regs); == epcs was not NULL & error = 0