



免费预览已结束,剩余1页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
jlink使用方法笔记 这段时间在用jlink调试freescale的mx51板子,下面将使用jlink的方法在此做一个笔记。 jlink是segger公司的产品,由于正版的工具巨贵,所以现在大部分人都喜欢用山寨版的jlink,幸运的是我的山寨版jlink支持arm cortex a8,所以能调试mx51板子。 jlink的官方提供调试软件和驱动,调试软件有jlink commander(j-tag调试)、j-mem(内存查看)、j-flash(flash烧写)等。我主要用到的是jlink commander,以下是它的命令集:SEGGER J-Link Commander V4.20h (? for help)Compiled Oct 5 2010 19:11:57DLL version V4.20h, compiled Oct 5 2010 19:11:41Firmware: J-Link ARM V8 compiled Oct 5 2010 08:59:59Hardware: V8.00S/N: 20100214Feature(s): RDI,FlashDL,FlashBP,JFlash,GDBFullVTarget = 3.280VInfo: TotalIRLen = ?, IRPrint = 0x.FFFFFFFFFFFFFFFFFFFFFFF1WARNING: CPU core not found.No devices found on JTAG chain. Trying to find device on SWD.WARNING: CPU core not found.* Error: Parity error (Data = 0xFFFFFFFF, ReceivedParity = 1)No device found on SWD.Did not find any core.Info: TotalIRLen = 9, IRPrint = 0x0011Found 2 JTAG devices, Total IRLen = 5:#0 Id: 0x2B900F0F, IRLen: 04, IRPrint: 0x0, ARM ETB#1 Id: 0x07B76F0F, IRLen: 05, IRPrint: 0x1, ARM1176 CoreARM11 identified.J-LinkAvailable commands are:-f Firmware infoh haltg goSleep Waits the given time (in milliseconds). Syntax: Sleep s Single step the target chipst Show hardware statushwinfo Show hardware infomem Read memory. Syntax: mem , (hex)mem8 Read 8-bit items. Syntax: mem8 , (hex)mem16 Read 16-bit items. Syntax: mem16 , (hex)mem32 Read 32-bit items. Syntax: mem32 , (hex)w1 Write 8-bit items. Syntax: w1 , (hex)w2 Write 16-bit items. Syntax: w2 , (hex)w4 Write 32-bit items. Syntax: w4 , (hex)wm Write test words. Syntax: wm is Identify length of scan chain select registerms Measure length of scan chain. Syntax: ms mr Measure RTCK react time. Syntax: mrq Quitqc Close JLink connection and quitr Reset target (RESET)rx Reset target (RESET). Syntax: rx RSetType Set the current reset type. Syntax: RSetType Regs Display contents of registerswreg Write register. Syntax: wreg , SetBP Set breakpoint. Syntax: SetBP A/T S/HSetWP Set Watchpoint. Syntax: R/W A-MaskClrBP Clear breakpoint. Syntax: ClrBP ClrWP Clear watchpoint. Syntax: ClrWP VCatch Write vector catch. Syntax: VCatch loadbin Load binary file into target memory. Syntax: loadbin , savebin Saves target memory into binary file. Syntax: savebin , , SetPC Set the PC to specified value. Syntax: SetPC le Change to little endian modebe Change to big endian modelog Enables log to file. Syntax: log unlock Unlocks a device. Syntax: unlock Type unlock without to get a list of supported device names. nRESET has to be connected- CP15 -rce Read CP15. Syntax: rce , , , wce Write CP15. Syntax: wce , , , , - ICE -Ice Show state of the embedded ice macrocell (ICE breaker)ri Read Ice reg. Syntax: ri (hex)wi Write Ice reg. Syntax: wi , (hex)- ETM -etm Show ETM statusre Read ETM reg. Syntax: re we Write ETM reg. Syntax: we , (hex)es Start trace- ETB -etb Show ETB statusrb Read ETB register. Syntax: rb wb Write ETB register. Syntax: wb , (hex)- TRACE -TAddBranch TRACE - Add branch instruction to trace buffer. Paras:,TAddInst TRACE - Add (non-branch) instruction to trace buffer. Syntax: TClear TRACE - Clear bufferTSetSize TRACE - Set Size of trace bufferTSetFormat TRACE - SetFormatTSR TRACE - Show Regions (and analyze trace buffer)TStart TRACE - StartTStop TRACE - Stop- SWO -SWOSpeed SWO - Show supported speedsSWOStart SWO - StartSWOStop SWO - StopSWOStat SWO - Display SWO statusSWORead SWO - Read and display SWO dataSWOShow SWO - Read and analyze SWO dataSWOFlush SWO - Flush data- File I/O -fwrite Write file to emulatorfread Read file from emulatorfshow Read and display file from emulatorfdelete Delete file on emulatorfsize Display size of file on emulator- Test -thg Run go/halt 1000 timests Run step 1000 timestestwspeed Test download speed. Syntax: testwspeed testrspeed Test upload speed. Syntax: testrspeed testcspeed Test CPU speed. Syntax: testcspeed - JTAG -Config Set number of IR/DR bits before ARM device. Syntax: Config , speed Set JTAG speed. Syntax: speed |auto|adaptive, e.g. speed 2000,speed ai Read JTAG Id (Host CPU)wjc Write JTAG command (IR). Syntax: wjc (hex)wjd Write JTAG data (DR). Syntax: wjd (hex), (dec)RTAP Reset TAP Controller using state machine (111110)wjraw Write Raw JTAG data. Syntax: wjraw , , rt Reset TAP Controller (nTRST)- JTAG-Hardware -c00 Create clock with TDI = TMS = 0c Clock0 Clear TDI1 Set TDIt0 Clear TMSt1 Set TMStrst0 Clear TRSTtrst1 Set TRSTr0 Clear RESETr1 Set RESET- Connection -usb Connect to J-Link via USB. Syntax: usb , where port is 0.3ip Connect to J-Link ARM Pro or J-Link TCP/IP Server via TCP/IP. Syntax: ip - Configuration -si Select target interface. Syntax: si , where 0=JTAG and 1=SWD.power Switch power supply for target. Syntax: power perm, where State is either On or Off. Example: power on permwconf Write configuration byte. Syntax: wconf , rconf Read configuration bytes. Syntax: rconfusbaddr Assign usb address to the connected J-Link: Syntax: usbaddr = ipaddr Show/Assign IP address and subnetmask of/to the connected J-Link.gwaddr Show/Assign network gateway address of/to the connected J-Link.dnsaddr Show/Assign network DNS server address of/to the connected J-Link.conf Show configuration of the connected J-Link.ecp Enable the J-Link control panel.calibrate Calibrate the target current measurement.-NOTE: Specifying a filename in command linewill start J-Link Commander
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 建筑方案设计找工作简历
- 国庆酒店充值活动方案策划
- 商场健康服务咨询方案
- 福建洁净车间施工方案
- 咨询方案策划
- 药厂企业安全培训课件
- 学校管理经验交流会校长发言:匪性、雅性、刚性、柔性
- 广州开业活动方案咨询
- 天心区营销方案设计
- 2025年英语四六级阅读理解真题模拟试卷:下半月备考攻略
- 临时用电安全教育培训课件
- GJB9001C-2017质量管理体系检查内容的内部审核检查表【含检查内容】
- 半导体数字集成电路测试技术概要
- 心包积液以及心包填塞
- 商业银行内部审计技术与方法
- 河道清淤整治工程施工组织设计方案
- 论信息技术对公共行政的影响分析研究行政管理专业
- 技术部薪资等级晋升制度76799
- 生物化学:第2章 核酸的结构与功能
- 湖南省住院病案首页
- 资产评估的公式整理版
评论
0/150
提交评论