Difference between revisions of "STM32F10X-128K-EVAL"

From SEGGER Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
__TOC__
 
__TOC__
   
Line 8: Line 9:
 
*Power the board (5V DC power jack)
 
*Power the board (5V DC power jack)
 
* 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:STM32F10X-128K-EVAL_con.PNG|400px]]
+
[[File:STM32F10X-128KEVAL_con.PNG|400px]]
 
*Note select device: "STM32F103ZE".
 
*Note select device: "STM32F103ZE".
   

Latest revision as of 15:24, 8 May 2024

This article describes specifics for the ST STM32F10X-128K-EVAL board.
ST STM32F10X-128K-EVAL.jpeg

Preparing for J-Link

  • Power the board (5V DC power jack)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

STM32F10X-128KEVAL con.PNG

  • Note select device: "STM32F103ZE".

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the ST STM32F10X-128K-EVAL.
It is a simple Hello World sample linked into the internal flash.

SETUP