Difference between revisions of "ArteryTek AT-START-F425"

From SEGGER Wiki
Jump to: navigation, search
(Preparing for J-Link)
(SETUP)
Line 29: Line 29:
 
It is a simple Hello World sample linked into the internal flash.<br>
 
It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V7.94g
+
*J-Link software: V7.94h
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
 
*Hardware: Artery AT-START-F425
 
*Hardware: Artery AT-START-F425

Revision as of 14:42, 29 January 2024

This article describes specifics for the Artery AT-START-F425 evaluation board.
Artery AT-START-F425 AT32F425R8T7-7 board.jpg

Preparing for J-Link

  • Connect the J-Link to this pins:
J-Link Pin Connector Pin Name
VTref J1 32 VDD
GND J1 31 GND
TMS/SWDIO J1 14 PA13/SWDIO
TCK/SWCLK J1 17 PA14/SWCLK
TDO/SWO J1 23 PB3
RESET J2 7 NRST
  • Power the board via USB (CN2 or CN3).
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

Artery AT-START-F425 AT32F425R8T7-7 connect.png

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Artery AT-START-F425.
It is a simple Hello World sample linked into the internal flash.

SETUP