感谢caopengly之前的答复,我是准备在SRAM上跑,可是不行,而且又有新情况
我晕阿,到底要我怎么样呢?
我用ByteBlasterMV在sram上run的时候,它提示我,要用一个USB的,如下:
nios2-terminal: connected to hardware target using JTAG UART on cable
nios2-terminal: "ByteBlasterMV [LPT1]", device 1, instance 0
nios2-terminal: Warning: The JTAG cable you are using is not supported for Nios
nios2-terminal: II systems. You may experience intermittent JTAG communication
nios2-terminal: failures with this cable. Please use a USB Blaster revision B
nios2-terminal: cable or another supported cable. Please refer to the file
nios2-terminal: errata.txt included in the Nios II development kit documents
nios2-terminal: directory for more information.
nios2-terminal: (Use the IDE stop button or Ctrl-C to terminate)
我换成了USB的,它又提示我,说没有cpu,如下,而且更可恶的是,每次运行完它就找不到JTAG了,但是用ByteBlasterMV就不会出现这样的问题,这到底是为什么啊,请指教!
There are no Nios II CPUs with debug modules available which match the values
specified. Please check that your PLD is correctly configured, downloading a
new SOF file if necessary.
[此贴子已经被作者于2007-1-13 17:43:26编辑过]
chubing,
你的flash没有问题。你debug的时候是在sdram还是sram还是flash,你没有说。我假设是sram。
1。你的设置有没有问题。
在NIOS II IDE中工程的System Library选项中的这几个选项代表什么意思?
.text .rodata .rwdata 与reset .exception这几个地址之间的关系是什么?
.text : 代码区 .rodata:只读数据区,一般存放静态全局变量 .rwdata:可读写变量数据区另外还有.bss:存放未被初始化的变量。
■ .text — the actual executable code
■ .rodata — any read only data used in the execution of the code
■ .rwdata — where read/write variables and pointers are stored
■ heap — where dynamically allocated memory is located
■ stack — where function call parameters and other temporary data is stored
reset为复位是pc指向的位置。exception是异常的位置,你可以理解为内存。
2。sram可能有问题,这与你能不能下程序到flash中没有任何关系。
你可以检查一下sram。
caopengly
有可能是sof下载不正确,建议先在QUARTUS下面下载一次,再去调试。
There are no Nios II CPUs with debug modules available which match the values
specified. Please check that your PLD is correctly configured, downloading a
new SOF file if necessary.
是说你的niosII cpu没有调试模式,
1 你的nios是不是没有加jtag_uart 的模块。
2 在cpu_core的配置中的第二项要选debug功能的cpu。
good luck
[此贴子已经被作者于2007-1-18 17:06:48编辑过]
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |