首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

Leaving target processor paused

我也遇到类似的情况:我下载的是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

返回列表