Difference between revisions of "NUCLEO-F207ZG"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the ST STM3210C-EVAL evaluation board.<br> 400px == Preparing for J-Link == *Power the board via...")
 
Line 6: Line 6:
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
   
*Power the board via CN18(5V DC power jack)
+
*Power the board via Mini USB (CN1)
 
* 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:STMNUCLEO-F207ZG_con.PNG|400px]]
 
[[File:STMNUCLEO-F207ZG_con.PNG|400px]]

Revision as of 16:00, 22 August 2023

This article describes specifics for the ST STM3210C-EVAL evaluation board.
ST NUCLEO-F207ZG.jpeg

Preparing for J-Link

  • Power the board via Mini USB (CN1)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

STMNUCLEO-F207ZG con.PNG

  • Note select device: "STM32F107VC".

Example Project

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

SETUP