Altera_Forum
Honored Contributor
21 years agohow to run nios2 without external flash and sram?
hello everyone,
I am a beginner of nios2, I design a board with 3 altera stratix FPGAs on it last year, now I want to use this board to do my first nios2 experiment , but there is only JTAG chain connect 3 FPGAs and no FPGA has its own external flash and sram. So I want to use onchip ram as flash and run the simplest software(such as 'hello world'), following is my questions: To run 'hello world' program, I only need configure(using SOPC) onchip rom (read only ram) to store software image, beacuse access to onchip rom is very fast, so no read/write ram need to be configure and no copy is needed after reset, the code is fatching and executing direct from rom, is it right? how much ram needed to store the software image for 'hello world' programe? Thanks