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

From SEGGER Wiki
Jump to: navigation, search
m (Torben.scharping moved page Artery AT-START-WB415 to ArteryTek AT-START-WB415)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
This article describes specifics for the Artery AT-START-WB413 evaluation board.<br>
+
This article describes specifics for the ArteryTek AT-START-WB415 evaluation board.<br>
 
[[File:Artery_AT-START-WB415_AT32WB415CCU7-7_board.jpg|450px]]
 
[[File:Artery_AT-START-WB415_AT32WB415CCU7-7_board.jpg|450px]]
   
Line 24: Line 24:
   
 
== 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-WB415.<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-WB415.<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.94i
 
*J-Link software: V7.94i
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
*Hardware: Artery AT-START-WB415
+
*Hardware: ArteryTek AT-START-WB415
 
*Link: [[File:Artery_AT-START-WB415_AT32WB415CCU7-7_TestProject_ES_7V20.zip]]
 
*Link: [[File:Artery_AT-START-WB415_AT32WB415CCU7-7_TestProject_ES_7V20.zip]]

Latest revision as of 16:44, 8 February 2024

This article describes specifics for the ArteryTek AT-START-WB415 evaluation board.
450px

Preparing for J-Link

  • Connect the J-Link to this pins:
J-Link Pin Connector Pin Name
VTref J1 22 VDD
GND J1 24 GND
TMS/SWDIO J2 10 PA13/SWDIO
TCK/SWCLK J2 11 PA14/SWCLK
RESET J2 24 MCU_NRST
  • Power the board via USB CN6.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP