Forum Discussion
Altera_Forum
Honored Contributor
13 years agoAccessing configuration device for user data
Hello, please advise where I can read about it. I need, after successful configuration of the CIII device from EPCS64, to use the same chip for user data storage. I think saw some information about i...
Altera_Forum
Honored Contributor
13 years agoAssignments - Device - Device & pin options - Dual-purpose pins. There you need to allow using DCLK, Data[0], ASDO & nCSO as regular IO. Now you can use these pins in your code. Next step is to implement simple driver to read data from EPCS (AFAIK, EPCS64 is pin & interface compatible with M25P64, you can find M25PXX flash controller core on opencores.org)