首页 > 其他分享 >【JLINK】J-link Commander

【JLINK】J-link Commander

时间:2024-07-31 16:54:30浏览次数:11  
标签:Command via USB specified Commander Link JLINK link bit

 官方参考文档:J-Link Commander - SEGGER Wiki

一、运行

        打开windows命令行窗口,找到有jlink.exe文件的地方,直接输入jlink.exe即可运行

二、常用命令

输入命令时候,大小写不影响

Command (long)Command (short)ExplanationExample
Basic
??Show information about all or specific commands
ExitExitClose J-Link connection and quit
Configuration - J-Link
SelectProbeSelPrbShow list of all connected probes via specified interface. The Probe to communicate with can then be selectedSelectProbe USB IP
ShowEmuListShowEmuListShow list of all connected probes via specified interfaceShowEmuList USB IP
USBUSBConnect to J-Link via USB

1、USB 600100000

2、USB J-Link

Configuration - Target (CPU)
ConnectConConnect to target device
DeviceDeviceSelect specific device J-Link shall connect to
Debugging
HaltHHalt CPU
ResetRReset CPU
Debugging - Memory operation
MemMemRead memory and show corresponding ASCII valuesMem 0x0 0x100
Mem8Mem8Read 8-bit itemsmem8 0x08000000 16
Mem16Mem16Read 16-bit itemsMem16 0x0 100
Mem32Mem32Read 32-bit items

标签:Command,via,USB,specified,Commander,Link,JLINK,link,bit
From: https://blog.csdn.net/m0_52980547/article/details/140816840

相关文章