Forum Discussion
Altera_Forum
Honored Contributor
20 years agoEPCS : read electronic signature
Hi, I need to identify the EPCS that is linked to my fpga. How can I get the electronic signture of the EPCS ? I have called the alt_epcs_flash_init(handle_epcs) function but my softw...
Altera_Forum
Honored Contributor
20 years agoEtienne,
Have you tried single-stepping through this code to find out what is failing? In any case, the command that determines the flash's "silicon ID" is contained within the very function you're referring to:/* Send the RES command sequence */
flash->silicon_id =
epcs_read_electronic_signature(flash->register_base); Best of luck! - slacker