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...")
 
m (Torben.scharping moved page Artery AT-START-WB415 to ArteryTek AT-START-WB415)
 
(6 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-WB413_AT32WB413CCU7-7_board.jpg|450px]]
+
[[File:Artery_AT-START-WB415_AT32WB415CCU7-7_board.jpg|450px]]
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
Line 9: Line 9:
 
! J-Link Pin || Connector !! Pin || Name
 
! J-Link Pin || Connector !! Pin || Name
 
|-
 
|-
| VTref || J1 || 32|| VDD
+
| VTref || J1 || 22 || VDD
 
|-
 
|-
| GND || J1 || 31 || GND
+
| GND || J1 || 24 || GND
 
|-
 
|-
| TDI || J1 || 18|| PA15
+
| TMS/SWDIO || J2 || 10 || PA13/SWDIO
 
|-
 
|-
| TMS/SWDIO || J1 || 14 || PA13
+
| TCK/SWCLK || J2 || 11 || PA14/SWCLK
 
|-
 
|-
| TCK/SWCLK || J1 || 17 || PA14
+
| RESET || J2 || 24 || MCU_NRST
|-
 
| TDO/SWO || J1 || 23 || PB3
 
|-
 
| RESET || J2 || 7 || NRST
 
 
|}
 
|}
 
*Power the board via USB CN6.
 
*Power the board via USB CN6.
 
* 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-WB413_AT32WB413CCU7-7_connect.png|400px]]
+
[[File:Artery_AT-START-WB415_AT32WB415CCU7-7_connect.png|400px]]
   
 
== 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 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-F415
+
*Hardware: ArteryTek AT-START-WB415
*Link: [[File:Artery_AT-START-WB413_AT32WB413CCU7-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