Difference between revisions of "ST NUCLEO-F072RB"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the ST NUCLEO-F072RB evaluation board.<br> 400px == Preparing for J-Link == *Power the board via...")
 
Line 2: Line 2:
   
 
This article describes specifics for the ST NUCLEO-F072RB evaluation board.<br>
 
This article describes specifics for the ST NUCLEO-F072RB evaluation board.<br>
[[File:ST NUCLEO-F072RB.jpeg|400px]]
+
[[File:ST NUCLEO-F072RB_con.jpeg|400px]]
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
Line 11: Line 11:
   
 
* 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:STM32F072RB_con.PNG|400px]]
+
[[File:STM32F072RB.PNG|400px]]
   
 
== Example Project==
 
== Example Project==

Revision as of 11:25, 4 August 2023

This article describes specifics for the ST NUCLEO-F072RB evaluation board.
ST NUCLEO-F072RB con.jpeg

Preparing for J-Link

  • Power the board via CN1 (Mini USB)
  • Reflash the ST-LINK On-Board Into a J-Link Guide
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

STM32F072RB.PNG

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

SETUP