Jflash project configuration and downloads

Copyright: Professional idle & LoaferPro https://blog.csdn.net/XieWinter/article/details/90637396

table of Contents

1 Overview

2. Project Configuration

3. Download the target file


1 Overview

Jlink tool commonly used as a debugging tool, which can also be downloaded a single file to the MCU, need the help of JFLASH tools, download the following address

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

After installation, the icon follows

2. Project Configuration

Open Jflash software, as shown below, with similar general tools you need to create the appropriate project

 Into the engineering configuration interface

 The tool of choice, under normal circumstances, no need to change

 Selection debug interface, SWD or JTAG

 Select the target device type

 Configuration download FLASH, wherein Base Addr configured as required, Start Addr Address and End Addr need to select, where I need a final programming of the chip, so the configuration as FIG.

 Configuration is complete, click OK.

3. Download the target file

Open the project has been configured, not repeat them again. Select the target file bin / hex, etc.

 Target chip connection, click Connect.

Need to select execution options, such as Erase sectors / Erase chip / Program / Auto, under normal circumstances, the download direct Program or Auto, you can also download the correct checksum read back or not.

Guess you like

Origin blog.csdn.net/XieWinter/article/details/90637396