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

From SEGGER Wiki
Jump to: navigation, search
(Preparing for J-Link)
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
This article describes specifics for the Artery AT-START-F435 evaluation board.<br>
+
This article describes specifics for the ArteryTek AT-START-F435 evaluation board.<br>
 
[[File:Artery_AT-START-F435_AT32F435ZMT7_board.jpg|450px]]
 
[[File:Artery_AT-START-F435_AT32F435ZMT7_board.jpg|450px]]
   
Line 27: Line 27:
   
 
== Example Project==
 
== 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-F435.<br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the ArteryTek AT-START-F435.<br>
 
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.94g
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
*Hardware: Artery AT-START-F435
+
*Hardware: ArteryTek AT-START-F435
 
*Link: [[File:Artery_AT-START-F435_AT32F435ZMT7_TestProject_ES_7V20.zip]]
 
*Link: [[File:Artery_AT-START-F435_AT32F435ZMT7_TestProject_ES_7V20.zip]]

Revision as of 16:40, 8 February 2024

This article describes specifics for the ArteryTek AT-START-F435 evaluation board.
Artery AT-START-F435 AT32F435ZMT7 board.jpg

Preparing for J-Link

  • Connect the J-Link to this pins:
J-Link Pin Connector Pin Name
VTref J1 72 VDD
GND J1 71 GND
TMS/SWDIO J1 33 PA13/SWDIO
TCK/SWCLK J1 37 PA14/SWCLK
TDO/SWO J1 61 PB3
RESET J1 25 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 AT32F43x 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 ArteryTek AT-START-F435.
It is a simple Hello World sample linked into the internal flash.

SETUP