SiLabs EFM32WG-STK3800

Sample firmware

  • STK3800_blink.hex : Example “blink” firmware for STK3800

  • STK3800_blink_fast.hex : Example “blink” firmware for STK3800 (fast blink)

  • Zephyr Samples Firmware Binaries

References

Program EFM32 (SWD)

Connection

To connect the EFM32WG-STK3800 to the PLT, connect the following signals from the Debug Connector (DBG):

Pin

Signal

PLT Signal

2

SWDIO

SWD_SWDIO

3

GND

GND

4

SWCLK

SWD_SWCLK

9

Cable Detect

GND

10

RESET

SWD_NRST

Use Simplicity Studio to set the “Debug IN” debug mode on the board controller.

Power the starter kit board through mini-USB while programming from the PLT.

YAML Test Plans

  • suite-efm32-blink.yaml : PLT test plan for STK_blink.hex

title: "Program: blinky sample"
suite:
- ident: ICT-T0
  title: Program EFM32 through SWD
  steps:
  - command: program EFM32 STK3800_blink.hex
  • suite-efm32-blink-fast.yaml : PLT test plan for STK3800_blink_fast.hex

title: "Program: blinky sample"
suite:
- ident: ICT-T0
  title: Program EFM32 through SWD
  steps:
  - command: program EFM32 STK3800_blink_fast.hex