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

From SEGGER Wiki
Jump to: navigation, search
(SETUP)
(Preparing for J-Link)
Line 26: Line 26:
 
*Power the board via CN4.
 
*Power the board via CN4.
 
* Verify the Connection with e.g. [https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU#Verify_functionality_using_J-Link_Commander J-Link Commander]. The output should look as follows:
 
* Verify the Connection with e.g. [https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU#Verify_functionality_using_J-Link_Commander J-Link Commander]. The output should look as follows:
[[File:Artery_AT-START-AT-START-F407_AT32F407VGT7_connect.png|400px]]
+
[[File:Artery_AT-START-F407_AT32F407VGT7_connect.png|400px]]
   
 
== Example Project==
 
== Example Project==

Revision as of 10:19, 8 February 2024

This article describes specifics for the Artery AT-START-F407 evaluation board.
Artery AT-START-F407 AT32F407VGT7 board.jpg

Preparing for J-Link

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

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

SETUP