Altera_Forum
Honored Contributor
13 years agoProblem in programming Flash memory of CYIII starter kit.
I wrote a simple logic for cyclone-iii starter kit.
I created the NIOS system with on chip RAM and few I/Os. (Here I didn’t include the CFI Flash) SOF download through Quartus II Programmer worked. From NIOS IDE , I used the tab ‘RUN as NIOS II Hardware’ to execute a simple program. This was also working. Now I modified the SoPC for external flash. I configured reset vector at flash address 0x000, and exception address at on chip ram 0x0000. Then a new BSP project is created in NIOS with new SoPC. The code is compiled. I used the same tab ‘RUN as NIOS II Hardware’ to execute a same program. While Programming it is showing the error. Please see the attached image. If I am trying to load it in flash then also it is showing the error. Check with the other image attached. Please review the issue and let me know is anything is to be corrected in the process. If any sample program is available for this exercise, then please suggest. I want to put both sof code and c-code in the flash memory.