Altera_Forum
Honored Contributor
15 years agoNIOSII Program doesn't execute
Hello everybody,
I'm new with Altera and the NIOSII an have got a Problem with the execution of a NIOSII Program. I'm using the Altera Cyclone III Starter Board ( NEEK ) with an Altera CycloneIII EP3C25 FPGA. I've built a NIOSII System including the following components: - onchip_memory - cpu (NIOSII/s) - tri_state_bridge - SRAM_Controller (cypress CY7C1380C SSRAM) - interval timer - PIO for leds and buttons - altpll for SRAM-clocl - system id The system was synthesized with QuartusII 10.0 sp1 web edition, without errors. Now i have written a simple C-Program with NIOSII eds and tried to execute it, but it doesent run. There are no errors while building or running the Project. I tried to debug the project but there is no debug-cursor on the code and there is no Disassemby, Variables or Registers. It seems like the processor starts at the wrong address. Is this possible?? How can i figure out whether the processor runs or not?? Can anybody please tell me how i can go on to solve the problem?