Difference between revisions of "ST STM32F072B-DISCO"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the ST NUCLEO-32F072B-DISCO evaluation board.<br> 400px == Preparing for J-Link == *Power...")
 
Line 12: Line 12:
 
* 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:STM3232F072B-DISCO_con.PNG|400px]]
 
[[File:STM3232F072B-DISCO_con.PNG|400px]]
  +
*Note: select device: "STM32F072R8".
   
 
== Example Project==
 
== Example Project==

Revision as of 14:06, 4 August 2023

This article describes specifics for the ST NUCLEO-32F072B-DISCO evaluation board.
ST NUCLEO-32F072B-DISCO.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:

STM3232F072B-DISCO con.PNG

  • Note: select device: "STM32F072R8".

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

SETUP