zoukankan      html  css  js  c++  java
  • 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

    
    
    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, DEB installer, 64-bit
    V6.40
    Older versions
    	[2018-10-26]	28,203 KB	  DOWNLOAD
     
    
    
    J-Link Software and Documentation pack for Linux, RPM installer, 32-bit
    V6.40
    Older versions
    	[2018-10-26]	20,144 KB	  DOWNLOAD
     
    
    
    J-Link Software and Documentation pack for Linux, RPM installer, 64-bit
    V6.40
    Older versions
    	[2018-10-26]	24,521 KB	  DOWNLOAD
    
    
    J-Link Software and Documentation pack for Linux, TGZ archive, 32-bit
    V6.40
    Older versions
    	[2018-10-26]	20,188 KB	  DOWNLOAD
     
    
    J-Link Software and Documentation pack for Linux, TGZ archive, 64-bit
    V6.40
    Older versions
    	[2018-10-26]	28,265 KB	  DOWNLOAD
     
    J-Link Software and Documentation pack for Linux ARM systems
    V6.40
    Older versions
    	[2018-10-26]	13,584 KB	  DOW
    

    windwos download


    最新版是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

  • 相关阅读:
    2016中国大学生程序设计竞赛
    POJ 2239 化二分图右集合二维为一位的最大匹配
    POJ 1274 二分图最大匹配简单单向
    二分图最大匹配模板
    找割点和割边
    HDU 4432 求因子+进制转换
    HDU 4438 概率 多个情况下的数学期望
    HDU 4424 并查集+贪心思想
    POJ 1611 记录节点数的并查集
    HDU 4430 二分查找
  • 原文地址:https://www.cnblogs.com/scotth/p/9905393.html
Copyright © 2011-2022 走看看