Difference between revisions of "Silicon Labs BRD4271A"

From SEGGER Wiki
Jump to: navigation, search
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
   
 
This article describes specifics for the Silicon Labs BRD4271A (EFR32xG25) extension board installed on the PCB4001 carrier board evaluation board.<br>
 
This article describes specifics for the Silicon Labs BRD4271A (EFR32xG25) extension board installed on the PCB4001 carrier board evaluation board.<br>
  +
[[File:SiLabs_EFR32FG25B1920_board.jpg|450px]]
'''[PICTURE OF BOARD]'''
 
[[File:VENDOR_BOARDNAME.jpg|450px]]
 
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
Line 9: Line 8:
 
*Power the board using the mini USB connector.
 
*Power the board using the mini USB connector.
 
* 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:SiLabs_EFR32FG25B1920_copnnect.png|400px]]
'''[PICTURE OF CONNECT]'''
 
[[File:VENDOR_DEVICE_CONNECT.PNG|400px]]
 
   
 
== Example Project==
 
== Example Project==
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the [SiliconVendor] [EvalBoardName].<br>It is a simple Hello World sample linked into the internal flash.<br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Silicon Labs BRD4210A.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V6.74
+
*J-Link software: V7.88h
*Embedded Studio: V4.52b
+
*Embedded Studio: V6.34
 
*Hardware: Silicon Labs BRD4210A extension board installed on the PCB4001 carrier board
 
*Hardware: Silicon Labs BRD4210A extension board installed on the PCB4001 carrier board
*Link: [[File:VENDOR_DEVICENAME_TestProject_ES_V452b.zip]]
+
*Link: [[File:SiliconLabs_EFR32FG25BxxxF1920_TestProject_ES_V634.zip]]

Revision as of 13:47, 14 June 2023

This article describes specifics for the Silicon Labs BRD4271A (EFR32xG25) extension board installed on the PCB4001 carrier board evaluation board.
SiLabs EFR32FG25B1920 board.jpg

Preparing for J-Link

  • Connect the J-Link to the 20-pin debug connector.
  • Power the board using the mini USB connector.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

SiLabs EFR32FG25B1920 copnnect.png

Example Project

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

SETUP