Difference between revisions of "GigaDevice GD32150R-EVAL"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the GigaDevice GD32150R-EVAL evaluation board.<br> 450px == Preparing f...")
 
(Example Project)
Line 11: Line 11:
   
 
== 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 GigaDevice GD32150C-START.<br>It is a simple Hello World sample linked into the internal flash.<br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the GigaDevice GD32150R-EVAL.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
 
*Embedded Studio: V8.10b
 
*Embedded Studio: V8.10b

Revision as of 16:34, 14 May 2024

This article describes specifics for the GigaDevice GD32150R-EVAL evaluation board.
GigaDevice GD32150R-EVAL GD32F150R8 picture.jpg

Preparing for J-Link

  • Connect the J-Link to the JTAG header (JP1)
  • Power the board via CN1.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP