Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
The HAL driver provides the required functions for erasing/reading/writing EPCS memory. You only must pay attention not to corrupt the fpga configuration image.
- Altera_Forum
Honored Contributor
Assignments - 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)