|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
最近更新:2006-04-02 (请到我的BLOG下载 Http://twentyone.blogchina.com)
H-JTAG是一个免费的ARM调试代理,程序没有任何限制,希望能给ARM的爱好者提供一
个简单实用的学习工具。欢迎访问我的BLOG: http://twentyone.blogchina.com
我的blog提供了安装程序的下载,同时,也提供了常见的Q&A.
0. 支持ARM7/ARM9,支持自动检测和手动指定内核
1. 使用RDI接口,支持SDT,ADS,REALVIEW和IAR
2. 支持ADS1.2和SDT2.51和RREAL VIEW
3. 支持个硬件断点或者数量不限的软件断点
4. 支持ARM/THUMB模式
5. 支持LITTLEENDIAN & BIGENDIAN
6. 支持SEMIHOSTING
7. 支持WIGGLER SDTJTAG和自定义接口
H-JTAG在以下ARM处理器上测试过:
S3C4510(ARM7TDMI)
S3C44B0(ARM7TDMI)
S3C2410(ARM920T)
S3C2440(ARM920T)
LPC系列处理器(ARM7TDMI-S)
AT91R40008(ARM7TDMI)
AT91RM9200(ARM920T)
如果你有上面没有列出来的ARM板子,而且愿意帮助我进行测试的话,欢迎和我联系。
在此,谢谢所有的热心帮助过我的朋友们。谢谢你们的支持!
H-JTAG常见问题Q&A
Q. Unable to load h-jtag driver
A. It means that the driver for h-jtag hasn't been installed properly.
Please reinsrall h-jtag with the administrator's right.
Q. Too many breakpoints
A. Normally, this is caused by vector catch/semihosting. Enable vector
catch/semihosting will consume the breakpoint resource. If all the
breakpoint resources are occupied, this message may be displayed.
Please note that all the breakpoints set for vector catch and semihosting
are unvisible to users. These breakpoints can't be removed by "delete all
breakpoint" command. To remove this message, please disable the vector
catch and semihosting in your debugger setting.
Q. The statement into which was stepped is singular (i.e. it has no exit)
A. This is caused by unvisible breakpoint set for vector catch/semihosting.
To remove this message, please disable vector catch in your debugger
setting.
Q. Execution stopped, because of an unknown breakpoint (this indicates an
internal error).
A. This is caused by unvisible breakpoint set for vector catch/semihosting.
To remove this message, please disable vector catch in your debugger
setting.
Q. The processor is reset
A. To remove this message, please disable vector catch in your debugger
setting.
Q. Unrecognized swi
A. To remove this message, please disable semihosting in your debugger
setting.
|
|