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

From SEGGER Wiki
Jump to: navigation, search
(Preparing for J-Link)
(Preparing for J-Link)
Line 13: Line 13:
 
| GND || J1 || 49 || GND
 
| GND || J1 || 49 || GND
 
|-
 
|-
| TDI || J1 || 20 || PA13/SWDIO
+
| TDI || J1 || 20 || PA15
 
|-
 
|-
 
| TMS/SWDIO || J1 || 20 || PA13/SWDIO
 
| TMS/SWDIO || J1 || 20 || PA13/SWDIO
Line 19: Line 19:
 
| TCK/SWCLK || J1 || 24 || PA14/SWCLK
 
| TCK/SWCLK || J1 || 24 || PA14/SWCLK
 
|-
 
|-
| TDO/SWO || J1 || 39 || PB3/SWO
+
| TDO/SWO || J1 || 39 || PB3
 
|-
 
|-
 
| RESET || J2 || 14 || NRST
 
| RESET || J2 || 14 || NRST

Revision as of 09:34, 24 January 2024

This article describes specifics for the Artery AT-START-F423 evaluation board.
Artery AT-START-F423 AT32F423VCT7 board.jpg

Preparing for J-Link

  • Connect the J-Link to this pins:
J-Link Pin Connector Pin Name
VTref J1 50 VDD
GND J1 49 GND
TDI J1 20 PA15
TMS/SWDIO J1 20 PA13/SWDIO
TCK/SWCLK J1 24 PA14/SWCLK
TDO/SWO J1 39 PB3
RESET J2 14 NRST
  • Power the board via CN5.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

Artery AT-START-F423 AT32F423VCT7 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-F423.
It is a simple Hello World sample linked into the internal flash.

SETUP