ChinaUnix.net
相关文章推荐:

axd 全速运行按钮

Commands Shorthand Alias break br cclasses ccl cfunctions cfu classes cl clear clear clearbreak cbr unbreak clearstat cstat clearwatch cwpt unwatch comment com context con convariables convar cvariables cva dbginternals di disassemble dis list echo echo files fi fillmem fmem findstring fds findvalue fdv format fmt functions fu help hlp images im imgproperties ip importformat i...

by chenzhufly - Linux文档专区 - 2007-12-05 23:16:31 阅读(744) 回复(0)

相关讨论

axd命令: 1.reload 当调试想重新载入image从头开始调试时用这个命令。 2.where 用于确定在哪个源文件,及映像文件的位置处 3.help 打开axd帮助 4.run 全速运行程序。 5.reg 查看registers的值 6.setpc setpc 0x00000020设置pc的地址,可用于开始时定位pc指针 7.stk 查看堆栈 8.va 查看变量 9.step 步步运行。 10.runtopos==>rto 11.setbreakprops===>sbp 12.setmem==>smem 13.setpc==>pc 14.setreg===>sreg 本文来自ChinaU...

by chenzhufly - Linux文档专区 - 2007-12-05 23:17:27 阅读(781) 回复(0)

  【转】Windows下基于ADS+J-Link 的ARM开发环境搭建 
 
      在一般ARM编程教学和实验环境里,一般采用 ADS加+并口转Jtag板+H-Jtag的开发环境。但是这种方法最大缺点是需要机器上有一个并口。现在无论PC还是笔记本都很难有并口,因此采用USB接口调试器就大行其道。其中Segger的JLink是比较有名和方便的调试器。

by gududesiling - 移动操作系统 - 2011-12-21 08:41:30 阅读(1362) 回复(0)

mini2440下用J-LINK调试,axd究竟怎么配置啊还有J_LINK(就是下面这个图)怎么设置啊, 总是说我软件初始化错误

by 熄灭的太yang - 嵌入式开发 - 2010-12-11 13:17:39 阅读(2122) 回复(2)

前几天想把小键盘程序在u-boot里下载后运行,无效。 咨询谭老师,“老人家”说可能是u-boot里没有设置中断向量表。 今天把u-boot编译,然后下载到开发板30008000,go 30008000,没啥反应。 郁闷!!! 于是想着跟踪一下u-boot代码,看运行时到底发生什么事情。 总结u-boot调试方法如下(用axd调试u-boot): 1、在Linux下编译u-boot,在根目录下生成两个文件,u-boot,u-boot.bin 2、在windows建立文件夹D:\u-boot_gdb 3、Linux下的文...

by windxiang - Linux文档专区 - 2008-09-05 18:57:50 阅读(889) 回复(0)

前几天想把小键盘程序在u-boot里下载后运行,无效。 咨询谭老师,“老人家”说可能是u-boot里没有设置中断向量表。 今天把u-boot编译,然后下载到开发板30008000,go 30008000,没啥反应。 郁闷!!! 于是想着跟踪一下u-boot代码,看运行时到底发生什么事情。 总结u-boot调试方法如下(用axd调试u-boot): 1、在Linux下编译u-boot,在根目录下生成两个文件,u-boot,u-boot.bin 2、在windows建立文件夹D:\u-boot_gdb 3、Linux下的文...

by wilsonwong - Linux文档专区 - 2008-07-12 20:48:58 阅读(2071) 回复(0)

我编译单个c文件,编译的时候怎么提示Image does not have an entry point呢?到了axd调试的时候会出错。 网上有类似的,不过他们是编译汇编程序,没哪个是编译单个c文件,请问这是为什么呢? 我是新手

by oxangen - 嵌入式开发 - 2011-07-18 15:21:29 阅读(2093) 回复(2)

请问大家: 在axd下能直接调试uboot.bin文件吗?如果能的话 具体怎么配置啊?硬件只要连上JTAG就行了吗?还是必须需要仿真器?

by linuxway.w - 内核源码 - 2011-08-09 14:17:56 阅读(4263) 回复(3)

Here lists common commands that you can issue using the command-line interface:breakbr[ expr|posn [ n]] where: expr|posn Is either an expression or a position that defines where a new breakpoint is to be created. n Specifies the number of times execution must arrive at the breakpoint in order to trigger it. The default value is 1. e.g.:br 0x8000 Sets a breakpoint at address 0x8000 br...

by kelvin cheung - Linux文档专区 - 2008-01-15 19:00:12 阅读(880) 回复(0)

大家好: 本人打开axd时总是提示:the session file 'c:\documents and settings\administrator\default-1-2-0-0.ses'could not be loader 但该文件夹的此文件确实存在啊 请高手帮忙

by slowlykiss - Linux新手园地 - 2011-08-31 16:51:12 阅读(2056) 回复(1)

今天用ADS调试工具调试LED程序,make成功后,点debug,axd报了一个错误:RDI sever error 00635:findn't init scripts. 这个问题怎么解决啊?网上这方面的资料寥寥无几啊,郁闷了。现在是软件仿真没问题,但是h-jtag起不来。{:3_182:}

by shaohui973 - 嵌入式开发 - 2010-10-08 17:56:22 阅读(2294) 回复(0)