Altera_Forum
Honored Contributor
12 years agoSystem ID and Time Stamp Not Found
I have developed a hardware design with Nios II processor. I am using a cpu, a sys clk timer, an interval timer, jtag uart, system id, sdram and pios. I am using the DE0 board. I have used both Quartus 11.1 sp2 and 12.0. I try to run the basic 'Hello World' program. Everything worked well for sometime. However, after that when I try to load the C program into the FPGA and Run (Run As -> Nios II Hardware), without any reason I get an error,
"Error: Connected system ID hash not found on target at expected base address". However after sometime the code runs once again for sometime until I get the same error. If I click System ID Properties I get:connected system id: not found connected system timestamp: not found This is a very strange problem since the same code works sometimes but during other times it does not work. The same design works well without the SDRAM component. However, the existing problem began only when I included the SDRAM in the system. I am also using a button to reset the processor. What could be the problem here? Any suggestions would be much appreciated