Difference between revisions of "ST STM320518-EVAL"

From SEGGER Wiki
Jump to: navigation, search
(Blanked the page)
(Tag: Blanking)
(Undo revision 15885 by Simon Buchholz (talk))
(Tag: Undo)
Line 1: Line 1:
  +
__TOC__
  +
  +
This article describes specifics for the ST STM3210C-EVAL evaluation board.<br>
  +
[[File:ST STM3210C-EVAL.jpeg|400px]]
  +
  +
== Preparing for J-Link ==
  +
  +
*Power the board via CN18(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:
  +
[[File:STM3210C-EVAL_con.PNG|400px]]
  +
*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 STM3210C-EVAL.<br>It is a simple Hello World sample linked into the internal flash.<br>
  +
====SETUP====
  +
*J-Link software: V7.90
  +
*Embedded Studio: V7.20
  +
*Hardware: ST NUCLEO-F103RB
  +
*Link: [[File:STM3210C-EVAL_Projekt.zip]]

Revision as of 11:31, 15 May 2024

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

Preparing for J-Link

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

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

SETUP