我在ide中run和debug后都没有成功,
都出现这样的提示,
Using cable "Nios II Evaluation Board [USB-0]", device 1, instance 0x00
Processor is already paused
Downloading 01000020 ( 0%)
Downloaded 64KB in 0.7s (91.4KB/s)
Verifying 01000020 ( 0%)
Verify failed
Leaving target processor paused
不知是什么意思?
请帮忙说说是什么原因?
谢谢了!!
这个可以肯定是你的硬件系统有问题,首先你让代码在片内ram中运行,确保可以,然后再在片外ram运行。可能是硬件的问题,也可以使你的nios系统的问题。
补充:
在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
把框架拆了重搭,再重新编译后试试
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |