GigaDevice GD-Link Programmer User Manual

1y ago
41 Views
6 Downloads
795.00 KB
10 Pages
Last View : 22d ago
Last Download : 2m ago
Upload by : Eli Jorgenson
Transcription

GD-Link Programmer User ManualVersion10 PagesGigaDevice MCU TeamEnglish V 1.0Name: GigaDevice GD-Link Programmer User ManualGigaDevice GD-Link ProgrammerUser ManualGigaDevice Copyright 20151 / 10

GD-Link Programmer User ManualDirectoryGigaDevice GD-Link Programmer User Manual . 11.Introduction. 31.1 Purpose . 31.2 Target Customers . 31.3 Jargon and Contraction . 32.The Sketch of GD-Link Programmer . 32.1 Application . 42.2 Running. 42.3 Configuration . 43.Using Details . 43.1 Installment . 43.2 Flowchart of Operation . 52 / 10

GD-Link Programmer User Manual1. IntroductionThis user manual describes an application used to operate the flash or config GigaDeviceMCUs with available USB cable and GD-Link adaptor. GD-Link programmer is a tool for the userto use MCUs with high speed.With GD-Link programmer, user can download the application program to the internal flashmemory or secure chip and so on, in the same time programmer can config GD-Link offlinedownload function.1.1 PurposeBesides a perfect stage for users to download application program with high speed, GD-Linkprogrammer also aims to provide wonderful and creative experience. The description was editedfor a better service.1.2 Target CustomersGD-Link programmer was developed for users who need download application with highspeed or need offline download function.1.3 Jargon and Contraction GD-Link: GD-Link adapter is a three-in-one multi-function development tool for GD32series of MCUs. It provides CMSIS-DAP debugger port with JTAG/SWD interface. User canuse GD-Link adapter for online programming or debug code in compatible IDE such as Keilor IAR. Another important function is offline programming. USB: Universal Serial Bus (USB) connects more than computers and peripherals. It has thepower to connect you with a whole new world of PC experiences.2. The Sketch of GD-Link Programmer3 / 10

GD-Link Programmer User Manual2.1 ApplicationGD-Link Programmer is an application used to operate the flash or config GD-Link online oroffline download functions convenient.2.2 RunningThis software is running on PC and compatible computers, and on platforms of WINDOWS.There’s no need to setup the software, the only thing you need to do is to click the icon to operatethe software.2.3 ConfigurationSoftware Requirements:Chinese or English Windows XP、Windows 7 and advanced operationsystems.Hardware Requirements: GD-Link adapter.3. Using Details3.1 InstallmentIf you want to use this software, you shouldn’t worry about the installment. It is very easy foreveryone. When you get the document, you just have to decompress the document, and find outthe document named GD-Link Programmer.exe (As shown in chart 1) and CMSIS DAP.dll, thenplace it in a file folder for your convenience. Then click the icon, open it and you are welcome torun it.Chart 14 / 10

GD-Link Programmer User Manual3.2 Flowchart of OperationNoRun the softwareConnect the MCUYesUpdate Firmware ModeNoAuto Download ModeOnline Download ModeRecognize MCU successfully?Initial Info: No responseor Unrecognized deviceYesErase or program onMCUPower reset MCU andclick “Connect” againChart 23.2.1 Properties WindowChart 3 shows the properties about GD-Link and target MCU. In order from top to bottom:3.2.1.1 GD-Link Property Connect Interface: GD-Link use USB connect to PCDevice Interface: Users can choose SWD or JTAG to connect to MCU, the defaultselection is SWD.Firmware Version: Current MCU firmware version.UID: Shows the UID of the MCU in the GD-Link.SN: Shows the serial number of the GD-Link.3.2.1.2 JTAG/SWD Property Initial Speed: Users can change the GD-Link transfer speed here, the default speed is500 kHz.5 / 10

GD-Link Programmer User Manual3.2.1.3 Target MCU Property MCU Part No.:Endian: GD MCU is little endian.Check core ID: The default selection is Yes.Core ID: Shows the MCU core ID value.Use RAM: The default selection is Yes, RAM is used to program faster.RAM Address: Shows the RAM start address value.RAM Size: Shows the RAM size of the target MCU.UID: Shows the UID of the target MCU.3.2.1.4 Flash Property Flash size: Shows the flash size of the target MCU. Different MCU maybe has differentFlash size and different erase/program registers, users can reference User Manual ofMCU for the detail.Flash Base Address: Shows the Flash base address value.Chart 33.2.2 Refresh Properties ListThis button allows user refresh properties list without close this app(As shown in chart 4).6 / 10

GD-Link Programmer User ManualChart 43.2.3 GD-LinkThis menu includes Update program files, Config GD-Link and Update firmware (As shown inchart 5).3.2.3.1 Update Program FilesThis menu can update the file store in the GD-Link for offline-programming. Users shouldopen file in bin or hex format first before updating the file.3.2.3.2 Config GD-LinkThis menu includes Offline-Programming Configuration, Online-Programming Configurationand Product SN three parts (As shown in chart 6, this menu will add more function by updatingfirmware). Offline-Programming Configuration: This menu config whether secure chip after offline-programming. This will take effect after update program files. Online-Programming Configuration: This menu config whether secure chip after onlineprogramming. This will take effect while click “OK” button. Product SN: This menu config product SN value after online-programming (As shown inchart 6). Check the checkbox means write product SN to target MCU after onlineprogramming. Users config the address to write product SN, product SN value and7 / 10

GD-Link Programmer User Manualproduct SN increase value.Chart 5Chart 63.2.3.3 Update FirmwareThis menu update GD-Link firmware if GD-Link is in update firmware mode (Hold onoffline-programming button on GD-Link before power on). Please make sure your software is thelatest version before you update your GD-Link firmware.8 / 10

GD-Link Programmer User Manual3.2.4 Target MCUThis page includes Connect, Disconnect and other operation menus (As shown in chart 7). Connect: Users must click this menu before operating target MCU with keyboardshortcuts F2. Disconnect: This menu is enabled after connection successful, it is used to disconnectfrom target MCU. Security: Security includes two levels, GD10x series only low level can be set whileGD1x0 series can use two levels. The GD1x0 series MCU will not insecurity if set highlevel. Insecurity: Clicking this menu can remove low level security. Mass Erase: Users can use this menu to erase full chip with keyboard shortcuts F4.Maybe users need to wait for a moment while MCU Flash size more than 512KB. Page Erase: This menu allow users can erase MCU by pages with keyboard shortcuts F3. Program: Programming the selection file to the target MCU. The software will securethe chip and write product SN if users have configed online-programming options in“Configuration” menu. Continuous Program: This function is enabled while software disconnect from targetMCU. The software will detect whether new MCU is power on automatically andconnect to MCU. Then the software will program the new MCU with current selectionfile and wait for next MCU connect. Read Data: With this function user can read target MCU by two ways: Read full chip orRead by range. Run App: Run the program file after programming.9 / 10

GD-Link Programmer User ManualChart 710 / 10

GD-Link Programmer User Manual 7 / 10 Chart 4 3.2.3 GD-Link This menu includes Update program files, Config GD-Link and Update firmware (As shown in chart 5). 3.2.3.1 Update Program Files This menu can update the file store in the GD-Link for offline-programming. Users should open file in bin or hex format first before updating the file.

Related Documents:

Programmer Programmer / Senior Programmer System Developer Interested parties, please forward your resume in WORD FORMAT to us by email: recruit@crcltd.com.hk or fax to 2528-9091. The information provided by can

CK-100 key programmer CTK058-03 76.30 AT89C51CC03UA-UM Chip with 1024 Tokens for CK100 key programmer (MOQ: 5pcs) CTK058 60.00 Super AD900 key programmer CTK033 105.00 CN900 Transponder key programmer (OEM version) CTK045 243.00 ND900 Transponder universal key programmer (OEM version) CTK047 243.00

Tiny AVR Programmer PGM-11801 15.95 98 Favorited Favorite 71 Wish List The Tiny AVR Programmer is a general AVR programmer, but it's specifically designed to allowq uick-and-easy programming of ATtiny85's (as well as 45's) compared to the pocket AVR programmer. It has an on-board socket, where the little 8-pin IC can be plugged in and directly .

11 I Blue Link User’s Manual Blue Link User’s Manual I 12 Using Blue Link in Your Car Standard Rearview Mirror Controls for Blue Link in-vehicle voice-response use are located on the rearview mirror. Press the Blue Link button for access to the voice-response menu of services: Service Link Roadside Assistance Blue Link Account Assistance

jpeg/png/wmf/ti /. Four major graphic environments Low-level infrastructure R Base Graphics (low- and high-level) grid: Manual Link, Book Link High-level infrastructure lattice: Manual Link, Intro Link, Book Link ggplot2: Manual Link, Intro Link, Book Link Graphics and Data Visualization in R

the 2.4 GHz Wireless Programmer to your laptop or desktop computer via a USB connection. Description The Programmer functions as the interface between wireless hearing aids and computer fi tting software. The Programmer consists of two components: a Docking Station and a Dongle. Installation 1. Confi rm that Inspire X 2014.2 or higher is installed.

Using ARRL Travel Plus with Radio Programmer by RT Systems, Inc. The Programmer is designed to give you the ease and convenience of programming the memories and options of the radio from your PC. Using the Programmer, you can create separate files for unique applications

An Alphabetical List of Diocesan and Religious Priests of the United States REPORTED TO THE PUBLISHERS FOR THIS ISSUE (Cardinals, Archbishops, Bishops, Archabbots and Abbots are listed in previous section)