EFM32PG26 Explorer Kit

From SEGGER Knowledge Base
Revision as of 14:40, 3 September 2025 by Joel.Steffens (talk | contribs) (Created page with "Category:Evalboards thumb | right | 250 px The '''EFM32PG26 Explorer Kit''' is an Silicon Labs EFM32PG26 evaluation board. __TOC__ == Preparing for J-Link == There is an onboard debugger (J-Link OB) available on this board. * Connect the "DBG USB" to power the board and connect the J-Link OB. * Power on the board by setting the "PWR" switch to "DBG USB" (left). * Verify the Connection with [https://wiki.segger.com/J-Link_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
EFM32PG26 Explorer Kit.jpg

The EFM32PG26 Explorer Kit is an Silicon Labs EFM32PG26 evaluation board.

Preparing for J-Link

There is an onboard debugger (J-Link OB) available on this board.

  • Connect the "DBG USB" to power the board and connect the J-Link OB.
  • Power on the board by setting the "PWR" switch to "DBG USB" (left).
  • Verify the Connection with J-Link Commander. The output should look as follows:

EFM32GG12 Connect.png

Example Projects

Hello World

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the EFM32PG26. It outputs "Hello World!" to the Debug Terminal in a loop.

Setup