Jlink flash 烧录HEX 程序

前端之家收集整理的这篇文章主要介绍了Jlink flash 烧录HEX 程序前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

一般Jlink版本 和 Jag(硬件)最好匹配

安装Jlink 时,IAR的工具包也可以顺带安装。

有源码:
IAR 可以自动选择cpu型号,代码直接Download and debug


https://www.segger.com/products/debug-probes/j-link/

https://www.segger.com/downloads/jlink/

J-Link Software and Documentation pack for Windows
Installing the software will automatically install the J-Link USB drivers and offers to update applications which use the J-Link DLL. Multiple versions of the J-Link software can be installed on the same PC without problems; they will co-exist in different directories.
V6.40
Older versions
    [2018-10-26]    33,072 KB     DOWNLOAD
 
J-Link Software and Documentation pack for macOS
V6.40
Older versions
    [2018-10-26]    28,110 KB     DOWNLOAD
 

J-Link Software and Documentation pack for Linux,DEB installer,32-bit
V6.40
Older versions
    [2018-10-26]    20,139 KB     DOWNLOAD
 
J-Link Software and Documentation pack for Linux,64-bit
V6.40
Older versions
    [2018-10-26]    28,203 KB     DOWNLOAD
 


J-Link Software and Documentation pack for Linux,RPM installer,144 KB     DOWNLOAD
 


J-Link Software and Documentation pack for Linux,64-bit
V6.40
Older versions
    [2018-10-26]    24,521 KB     DOWNLOAD


J-Link Software and Documentation pack for Linux,TGZ archive,188 KB     DOWNLOAD
 

J-Link Software and Documentation pack for Linux,265 KB     DOWNLOAD
 
J-Link Software and Documentation pack for Linux ARM systems
V6.40
Older versions
    [2018-10-26]    13,584 KB     DOW


最新版是jlink V640 没有包含老的jflash模板文件

jlink V4.9包含了 STM32F103RC.jflash 模板文件

=========

烧录步骤(没有源码):
打开jflash open project=》 从安装目录中选 【安装目录】=》【ST】=》【STM32F103RC.jflash】

具体可以根据自己的cpu来选择。

再打开HEX 二进制文件,再烧录进去[F5], => start application[F9]


若 没有选择jflash 模板(不知道cpu信息) ,cpu信息选择【auto 】 可能 提示找不到cpu

猜你在找的Flash相关文章