Forum Discussion
Altera_Forum
Honored Contributor
13 years agoGeneral questions about memories, configuration and FPGA systems.
Hi, I have done some research on the forum about the topic, but i have still some questions and want to verify and sum up everything. In my questions about system configuration i will refer to ...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Could I use CFI Flash for configuring automatically the FPGA and store different configuration codes and when needed start with different one ? --- Quote End --- AFAIK yes. Check how's the design made on Cyclone III development kit. --- Quote Start --- Is it possible to store there also the code for NIOS that would be copied to SRAM or SDRAM? How copying is done? --- Quote End --- AFAIK yes. You create a small bootloader, which runs from on-chip ram (Your reset vector must point there). Then that bootloader copies data from flash to sram/sdram and jumps to that address.