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 ago --- Quote Start --- Hello, I found out my problem. I was not connecting nCS of EPCS properly. Assigned it to "nCSO" in my top module, but passing "n_CSO" to the lower module. I wonder why Quartus did not raise an error because "n_CSO" exists nowhere in my code... It was bit tricky to find out, because configuration works totally fine. I was not aware that the problem could be on my FPGA side. Thanks, --- Quote End --- good one! we all also never aware something not right with the FPGa and we focus on the software only :D