Difference between revisions of "STM32VLDISCOVERY"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the ST STM32VLDISCOVERY board.<br> 400px == Preparing for J-Link == *Power the board via (Min...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
__TOC__
 
__TOC__
   
Line 6: Line 7:
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
   
  +
* Connect the board with jumping wires to your J-Link (see table below)<br>For information about the J-Link pinout please refer to the following page: [https://www.segger.com/products/debug-probes/j-link/technology/interface-description/#swd-connector-pinout J-Link SWD pinout].
*Power the board via (Mini USB)
 
  +
  +
{| class="wikitable"
  +
|-
  +
! J-Link 20 pin debug interface !! Pin on evaluation board
  +
|-
  +
| Pin 1 (VTref, yellow) || at 3V3 pin header
  +
|-
  +
| Pin 4 (GND, black) || at GND pin header
  +
|-
  +
| Pin 7 (SWDIO, green) || at PA13 pin header
  +
|-
  +
| Pin 9 (SWCLK, yellow) || at PA14 pin header
  +
|-
  +
| Pin 13 (SWO, black) || at PB3 pin header
  +
|-
  +
| Pin 15 (RESET, blue) || at RST pin header
  +
|-
  +
| Pin 19 (5V-Supply, Red)|| at 5V pin header
  +
|}
  +
The result should be looking like this:
  +
  +
[[File:STM32VLDISCOVERY_wired.jpg | 300px | ST STM32VLDISCOVERY wired with jumper cables]]
  +
[[File:STM32VLDISCOVERY_wired2.jpg | 300px | ST STM32VLDISCOVERY wired with jumper cables]]
  +
  +
*Power the board via (Mini USB or 5V Pin)
 
* 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:STM32VLDISCOVERY_con.PNG|400px]]
 
[[File:STM32VLDISCOVERY_con.PNG|400px]]

Latest revision as of 11:32, 15 May 2024

This article describes specifics for the ST STM32VLDISCOVERY board.
ST STM32VLDISCOVERY.jpeg

Preparing for J-Link

  • Connect the board with jumping wires to your J-Link (see table below)
    For information about the J-Link pinout please refer to the following page: J-Link SWD pinout.
J-Link 20 pin debug interface Pin on evaluation board
Pin 1 (VTref, yellow) at 3V3 pin header
Pin 4 (GND, black) at GND pin header
Pin 7 (SWDIO, green) at PA13 pin header
Pin 9 (SWCLK, yellow) at PA14 pin header
Pin 13 (SWO, black) at PB3 pin header
Pin 15 (RESET, blue) at RST pin header
Pin 19 (5V-Supply, Red) at 5V pin header

The result should be looking like this:

ST STM32VLDISCOVERY wired with jumper cables ST STM32VLDISCOVERY wired with jumper cables

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

STM32VLDISCOVERY con.PNG

  • Note select device: "".

Example Project

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

SETUP