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

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the [SiliconVendor] [EvalBoardName] evaluation board.<br> '''[PICTURE OF BOARD]''' 450px == Prepar...")
 
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
This article describes specifics for the [SiliconVendor] [EvalBoardName] evaluation board.<br>
+
This article describes specifics for the Artery AT-START-F437 evaluation board.<br>
 
'''[PICTURE OF BOARD]'''
 
'''[PICTURE OF BOARD]'''
 
[[File:VENDOR_BOARDNAME.jpg|450px]]
 
[[File:VENDOR_BOARDNAME.jpg|450px]]
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to ......
 
 
*Connect the J-Link to this pins:
 
*Connect the J-Link to this pins:
 
{| class="seggertable"
 
{| class="seggertable"
Line 12: Line 11:
 
! J-Link Pin || Connector !! Pin || Name
 
! J-Link Pin || Connector !! Pin || Name
 
|-
 
|-
| VTref || || ||
+
| VTref || J1 || 72 || VDD
 
|-
 
|-
| GND || || ||
+
| GND || J1 || 71 || GND
 
|-
 
|-
| nTRST || || ||
+
| TMS/SWDIO || J1 || 33 || PA13/SWDIO
 
|-
 
|-
| TDI || || ||
+
| TCK/SWCLK || J1 || 37 || PA14/SWCLK
 
|-
 
|-
| TMS/SWDIO || || ||
+
| TDO/SWO || J1 || 61 || PB3
 
|-
 
|-
| TCK/SWCLK || || ||
+
| RESET || J1 || 25 || NRST
|-
 
| RTCK || || ||
 
|-
 
| TDO/SWO || || ||
 
|-
 
| RESET || || ||
 
|-
 
| DBGRQ || || ||
 
|-
 
| 5V-Supply || || ||
 
 
 
|}
 
|}
*Power the board via........
+
*Power the board via USB (CN2 or CN3).
 
* 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:
 
'''[PICTURE OF CONNECT]'''
 
'''[PICTURE OF CONNECT]'''

Revision as of 11:55, 18 January 2024

This article describes specifics for the Artery AT-START-F437 evaluation board.
[PICTURE OF BOARD] 450px

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:

[PICTURE OF CONNECT] VENDOR DEVICE 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 [SiliconVendor] [EvalBoardName].
It is a simple Hello World sample linked into the internal flash.

SETUP