Leaving target processor paused
- UID
- 165907
- 性别
- 男
|
Leaving target processor paused
我下载好配置文件后,在nios2 ide下运行程序,结果出现: Leaving target processor paused 请教是怎么回事啊? |
|
|
|
|
|
- UID
- 136199
- 性别
- 男
|
这样的情形可能有很多中原因,如: 你下载的数据验证verify没有通过等。你可以将系统提示的信息补充完整吗? |
这个版主不太冷
===========================
我的中电网博客:http://blog.chinaecnet.com/u/20/index.htm |
|
|
|
|
|
- UID
- 165907
- 性别
- 男
|
Using cable "ByteBlasterII [LPT1]", device 1, instance 0x00 Pausing target processor: OK Initializing CPU cache (if present) OK Downloading 00A00000 ( 0%) Downloaded 64KB in 1.9s (33.6KB/s) Verifying 00A00000 ( 0%) Verified OK Leaving target processor paused 我下载的是lcd显示程序,lcd亮起来了,说明程序跑起来了,但是程序中的printf语句没有在console里显示出来。 原来运行时有的,过了两天再跑这个程序就变成这样了,不知道是怎么回事。 |
|
|
|
|
|
- UID
- 136199
- 性别
- 男
|
你的程序提示没有问题,但是系统将你的processor停了下来。 “ 原来运行时有的,过了两天再跑这个程序就变成这样了,不知道是怎么回事。 ”你动了什么地方,或者重新做一下,系统设置变了。 |
这个版主不太冷
===========================
我的中电网博客:http://blog.chinaecnet.com/u/20/index.htm |
|
|
|
|
|
- UID
- 186295
- 性别
- 女
|
我也遇到类似的情况:我下载的是lcd程序,lcd显示正常,说明程序跑起来了,但是程序中的printf语句没有在console里显示出来,不知道是怎么回事。另外我的程序单步运行也有问题 RUN AS后的信息如下: Using cable "ByteBlasterII [LPT1]", device 1, instance 0x00 Processor is already paused
Downloading 00200000 ( 0%) Downloading 00210000 (97%) Downloaded 66KB in 1.7s (38.8KB/s)
Verifying 00200000 ( 0%) Verifying 00210000 (97%) Verified OK
Leaving target processor paused DEBUG AS时会出现如下信息: info threads warning: RMT ERROR : failed to get remote thread list
info threads warning: RMT ERROR : failed to get remote thread list
whatis led type = unsigned char whatis dir type = unsigned char whatis i type = volatile int ptype volatile int type = volatile int ptype i type = volatile int |
|
|
|
|
|