Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to use an EPCS Flash
Hallo together, I'm actually trying to save data from NIOS II into an EPCS64 device. My system contains an EPCS controller. But now the confusion is complete, there are so many files for usin...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Hi, about the clock activity it is correct because at call of dev->open within alter_flash_open_dev there is no access to device because there is not a open function defined for epcs. The ID I'm talking about is the answer to epcs_read_electronic_signature (command# define epcs_res ABh). The ID form my EPCS16 is 0x14, I suppose that yours should be 0x16. I don't that the option "Disable EPCS id check" could create problem. The electronic signature is answered by device and during initializationthe relative read command is the only one command sent by epcs controller and probably is why your device open fails. I would investigate about it! Ciao --- Quote End --- But if the read command fails, why could NIOS boot? While booting the same read commands are used? Aren't?