Forum Discussion
Altera_Forum
Honored Contributor
14 years agoUpdating EPCS with new configuration via FPGA
Hi all, Currently I am trying to develop a way of updating the EPCS memory connected to a stratix II device dynamically via the FPGA. The idea is that an external processor will send the configura...
Altera_Forum
Honored Contributor
14 years agoI can confirm that I have programmed serial flash this way, but by connecting the EPCS pins directly, not through FPGA and ALTASMI_PARALLEL. I remember an issue with bit order, EPCS commands had to be shifted out MSB first, but rbf data LSB first. I guess, this point is already handled by the ALTASMI_PARALLEL MegaFunction, because it has a byte interface.