Difference between revisions of "Silicon Labs BRD4271A"

From SEGGER Wiki
Jump to: navigation, search
Line 9: Line 9:
 
*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 [SiliconVendor] [EvalBoardName].<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 11:13, 14 June 2023

This article describes specifics for the Silicon Labs BRD4271A (EFR32xG25) extension board installed on the PCB4001 carrier board evaluation board.
[PICTURE OF BOARD] 450px

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 [SiliconVendor] [EvalBoardName].
It is a simple Hello World sample linked into the internal flash.

SETUP