Difference between revisions of "ST NUCLEO-F042K6"

From SEGGER Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
__TOC__
 
__TOC__
   
Line 7: Line 8:
   
 
*Power the board via CN1 (Micro USB)
 
*Power the board via CN1 (Micro USB)
  +
  +
*Reflash the ST-LINK On-Board Into a J-Link [https://www.segger.com/products/debug-probes/j-link/models/other-j-links/st-link-on-board/ Guide]
  +
 
* 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:.PNG|400px]]
+
[[File:STM32F04K6_con.PNG|400px]]
   
 
== Example Project==
 
== Example Project==
Line 15: Line 19:
 
*J-Link software: V7.90
 
*J-Link software: V7.90
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
*Hardware: ST NUCLEO-F031K6
+
*Hardware: ST NUCLEO-F042K6
*Link: [[File:.zip]]
+
*Link: [[File:STM32F04K6_Projekt.zip]]

Latest revision as of 11:30, 15 May 2024

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

Preparing for J-Link

  • Power the board via CN1 (Micro 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:

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

SETUP