Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi,
the EPCS controller is the controller for the serial flash. It contains some registers for reading and writing data from and to the serial flash. This is done via serial SPI communication. So you do not need an address space which matches the size oft he flash. The epcs controller also contains 1KB of internal RAM for a bootloader. If properly configured the bootloader copies an application from the serial flash to a memory in the system and jumps to the startaddress of the application.