Altera_Forum
Honored Contributor
15 years agom_state == STATE_DEBUG Error
I build a SOPC system which consists of a Nios II cpu, onchip memory and jtag uart component with frequency of 100MHz driving all the components. The system works fine when I run the count binary program. However, when a PLL is added to the system, driving all the system peripherals with the PLL output at 100MHz, I got an error as shown:-
Pausing target processor: not responding. Resetting and trying again: OK Reading System ID at address 0x00011038: verified Initializing CPU cache (if present) OK Downloading 00008000 ( 0%) assertion "m_state == STATE_DEBUG" failed: file "nios2debug.cpp", line 1815 /cygdrive/c/altera/91/nios2eds/bin/nios2-download: line 595: 4100 Hangup nios2-gdb-server --cable 'USB-Blaster [USB-0]' --device 1 --instance 0 --sidp 0x11038 --id 0x6b140f9f --timestamp 1275099662 --go --tcpport none --write-pid /cygdrive/d/nios2_pll_issue/software/count_binary_100/nios2-download.pid /cygdrive/d/nios2_pll_issue/software/count_binary_100/count_binary_100.elf.srec Anyone has any thought of why this is happening? Please help.... Thanks.