zoukankan      html  css  js  c++  java
  • ulink 固件更新问题

    1前言

    ulink版本升级。。

    当使用keil4.7.4版本时,ulink固件库更新了、

    2官方资料解释:

    Boot Mode Utility

    This utility allows configuring the boot mode (CMSIS-DAP or ULINK) of ULINK2.

    Starting with the ULINK2 firmware version 2.00, the default boot mode is CMSIS-DAP.

    If ULINK2, with firmware 2.00, needs to be operated with MDK-ARM versions prior to 4.70, then ULINK2 needs to be configured to boot up in ULINK mode.

    The utility, UL2_Configure.exe, is located in the folder ..KeilARMULINKUtilities.

    Run the utility from the command line.

    UL2_Configure.exe 〚SN〛{B0|B1}
    

    Where

    SN ULINK2 Serial Number, which can be found through the dialog Options for Target - Debug - Settings - Debug. See ULINK USB-JTAG/SW Adapter. Must be specified if more ULINK2 adapters are connected. Otherwise, the Serial Number is optional.
    B0 Switch to ULINK boot mode.
    B1 Switch to CMSIS-DAP boot mode.

    Examples

    UL2_Configure B0
    

    Boots the connected ULINK2 in ULINK firmware mode.

    3:具体如图

  • 相关阅读:
    标准模板库中的链表(list)
    C++接口
    qsort
    C++异常
    标准模板库中的向量(vector)
    后缀表达式/逆波兰表达式
    静态数据成员
    c++存储区域
    #define 和 const
    Git 的下载与安装
  • 原文地址:https://www.cnblogs.com/huangbaobaoi/p/6061384.html
Copyright © 2011-2022 走看看