Forum Discussion
Altera_Forum
Honored Contributor
15 years agoActually reading and writing support of EPCS takes a lot of space if you use onchip memory for example EP3C25. For my design I made some changes in reading and writing routines and I am able to use small library and read/write to EPCS.
I should mention that if you use EPCS for booting your image and you want to use it for data storage, there is some problems. You need to communicate with EPCS using ALtera's IP core of remote update. How to do it externally it seems that is hidden by Altera (I do not know why). Other solution. If you do not use remote update IP core.. you can access to EPCS as ordinary serial flash.. In forum a lot of info what kind of chips can change EPCS and using them data throu SPI you can access to FLASH.. Good luck