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

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the Artery AT-START-WB413 evaluation board.<br> 450px == Preparing for J...")
 
(Example Project)
Line 28: Line 28:
   
 
== 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-F415.<br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Artery AT-START-WB413.<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====

Revision as of 10:14, 2 February 2024

This article describes specifics for the Artery AT-START-WB413 evaluation board.
450px

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
TDI J1 18 PA15
TMS/SWDIO J1 14 PA13
TCK/SWCLK J1 17 PA14
TDO/SWO J1 23 PB3
RESET J2 7 NRST
  • Power the board via USB CN6.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

400px

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-WB413.
It is a simple Hello World sample linked into the internal flash.

SETUP