Forum Discussion
Altera_Forum
Honored Contributor
10 years agoCyclone III + EPCS4 + UART remote upgrade
Hi ALL, I have a custom logic design in a Cyclone III FPGA (EP3C10). The configuration is stored in a EPCS4 configuration device and I am using AS scheme to configure the FPGA at factory. Also, there...
Altera_Forum
Honored Contributor
10 years agoWhat kind interface does your device use in the field to talk with the outside world?
1). Nios II processor with sufficient memory to run a command processor to accept commands from the outside world 2). Interface to take commands from outside world. 3). Remote Update Controller (Cyclone III) ==> Used to reconfigure the FPGA after the update 4). EPCS Flash Controller ==> This contains a SPI controller you can access directly using a 0x400 base offset and the epcs_commands.h and altera_avalon_spi.h, or via the HAL (altera_avalon_epcs_flash_controller.h)