Forum Discussion
Altera_Forum
Honored Contributor
17 years agoCfi S29al032d
Hello, I am working on a DE1 starter kit. I want to use the CFI with SOPC. I have quartus II 6.1 and NIOS2 6.1. Here you can find my project with SOPC : http://img27.imageshack.us/img27/4...
Altera_Forum
Honored Contributor
8 years agoIn your QSYS (SOPC) tool you might have besides flash memory on-chip memory. In setting of the Nios2 set both vectors to that on-chip memory. Than build QSYS, compile design and program the FPGA. After that create a project in Eclipse. Than open Eclipse>NiosII>BSP_editor and open the bsp file stored in your project. In BSP editor click on the Linker script, than in Linker region name change value from flash memory to on-chip memory, generate and save.
I've fix this problem this way.