Skip to content

Silicon Labs SLSTK3701A starter kit

Support for Silicon Labs SLSTK3701A starter kit

Overview

Silicon Labs EFM32 Giant Gecko GG11 Starter Kit is equipped with the EFM32 microcontroller. It is specifically designed for low-power applications, having energy-saving peripherals, different energy modes and short wake-up times.

The starter kit is equipped with an Advanced Energy Monitor. This allows you to actively measure the power consumption of your hardware and code, in real-time.

Hardware

MCU

MCUEFM32GG11B820F2048GL192
FamilyARM Cortex-M4F
VendorSilicon Labs
Vendor FamilyEFM32 Giant Gecko 11B
RAM512.0 KiB
Flash2048.0 KiB
EEPROMno
Frequencyup to 50 MHz
FPUyes
MPUyes
DMA24 channels
Timers4 x 32-bit + 7 x 16-bit + 1 x 16-bit (low power)
ADCs2 x 12-bit ADC (1 Msample/s)
DACs2 x 12-bit VDAC (500 ksamples/s), 1 x IDAC
I2Cs3 x
SPIs4 x USART
UARTs4 x USART, 1 x LEUART
USB1 x Low Energy Full-Speed USB 2.0
EthernetEthernet MAC 10/100 Mbps
Vcc1.85 V - 3.8 V
DatasheetDatasheet
ManualManual
Board ManualBoard Manual
Board SchematicCan be downloaded using Silicon Labs’ Simplicity Studio

Pinout

This is the pinout of the expansion header on the right side of the board. PIN 1 is the bottom-left contact when the header faces you horizontally.

RIOT PeripheralNamePINPINNameRIOT Peripheral
3V32019ID SDA
5V1817ID SCL
I2C_DEV(0):SDAPC01615PC1I2C_DEV(0):SCL
UART_DEV(1):RXPE91413PB9
UART_DEV(1):TXPE81211PB11DAC_LINE(0)
PE13109PC5I2C_DEV(1):SCL
SPI_DEV(0):CLKPE1287PC4I2C_DEV(1):SDA
SPI_DEV(0):MISOPE1165PA13
SPI_DEV(0):MOSIPE1043PA12
VMCU21GND

Note: not all starter kits by Silicon Labs share the same pinout!

Note: some pins are connected to the board controller, when enabled!

Peripheral mapping

PeripheralNumberHardwarePinsComments
ADC0ADC0:CH0Internal temperature
ADC1ADC0:CH1AVDD
DAC0DAC0:OUT0PB11AVVD as reference voltage
I2C0I2C0SDA:PC0, SCL:PC1Normal speed
I2C1I2C1SDA:PC4, SCL:PC5Normal speed
I2C2I2C2SDA:PI4, SCL:PI5Normal speed, Sensor I2C bus
HWCRYPTO--AES128/AES256, SHA1, SHA224/SHA256
HWRNG-TNRG0True Random Number Generator (TRNG)
RTT-RTCC1 Hz interval, either RTT or RTC
RTC-RTCC1 Hz interval, either RTT or RTC
SPI0USART0MOSI:PE10, MISO:PE11, CLK:PE12
SPI1USART1MOSI:PA14, MISO:PC2, CLK:PC15Memory LCD
Timer0WTIMER0 + WTIMER1WTIMER0 is used as prescaler
Timer1TIMER0 + TIMER1TIMER0 is used as prescaler
Timer2LETIMER0
UART0USART4RX:PH5, TX:PH4Default STDIO
UART1USART5RX:PE9, TX:PE8

User interface

PeripheralMapped toPinComments
ButtonPB0_PINPC8
PB1_PINPC9
LEDLED0R_PINPH10Active low
LED0G_PINPH11Active low
LED0B_PINPH12Active low
LED1R_PINPH13Active low
LED1G_PINPH14Active low
LED1B_PINPH15Active low
LED0_PINLED0R_PINActive low
LED1_PINLED1R_PINActive low

Implementation Status

DeviceIDSupportedComments
MCUEFM32GG11ByesPower modes supported
Low-level driverADCyes
DACyesVDAC, IDAC is not supported
Ethernetno
Flashyes
GPIOyesInterrupts are shared across pins (see ref manual)
HW Cryptoyes
I2Cyes
PWMyes
RTCCyesAs RTT or RTC
SPIyesOnly master mode
Timeryes
TRNGyesTrue Random Number Generator
UARTyesUSART is shared with SPI. LEUART baud rate limited
USByesDevice mode
LCD driverLS013B7DH06noSharp Low Power Memory color LCD (Rev. A0 - A5 board)
LCD driverLPM013M126AnoJDI Low Power Memory color LCD (Rev. B0+ boards)
Temperature + humidity sensorSi7021yesSilicon Labs Temperature + Humidity sensor

Board configuration

Board controller

The starter kit is equipped with a Board Controller. This controller provides a virtual serial port. The board controller is enabled via a GPIO pin.

By default, this pin is enabled. You can disable the board controller module by passing DISABLE_MODULE=silabs_bc to the make command.

Note: to use the virtual serial port, ensure you have the latest board controller firmware installed.

Note: the board controller always configures the virtual serial port at 115200 baud with 8 bits, no parity and one stop bit. This also means that it expects data from the MCU with the same settings.

Advanced Energy Monitor

This development kit has an Advanced Energy Monitor. It can be connected to the Simplicity Studio development software.

This development kit can measure energy consumption and correlate this with the code. It allows you to measure energy consumption on code-level.

The board controller is responsible for measuring energy consumption. For real-time code correlation, the CoreDebug peripheral will be configured to output MCU register data and interrupt data via the SWO port.

By default, this feature is enabled. It can be disabled by passing DISABLE_MODULE=silabs_aem to the make command.

Note that Simplicity Studio requires debug symbols to correlate code. RIOT-OS defaults to GDB debug symbols, but Simplicity Studio requires DWARF-2 debug symbols (-gdwarf-2 for GCC).

Clock selection

There are several clock sources that are available for the different peripherals. You are advised to read AN0004.0 to get familiar with the different clocks.

SourceInternalSpeedComments
HFRCOYes19 MHzEnabled during startup, changeable
HFXONo50 MHz
LFRCOYes32.768 kHz
LFXONo32.768 kHz
ULFRCONo1 kHzNot very reliable as a time source

The sources can be used to clock following branches:

BranchSourcesComments
HFHFRCO, HFXOCore, peripherals
LFALFRCO, LFXOLow-power timers
LFBLFRCO, LFXO, CORELEDIV2Low-power UART
LFELFRCO, LFXOReal-time Clock and Calendar

CORELEDIV2 is a source that depends on the clock source that powers the core. It is divided by 2 or 4 to not exceed maximum clock frequencies (EMLIB takes care of this).

The frequencies mentioned in the tables above are specific for this starter kit.

It is important that the clock speeds are known to the code, for proper calculations of speeds and baud rates. If the HFXO or LFXO are different from the speeds above, ensure to pass EFM32_HFXO_FREQ=freq_in_hz and EFM32_LFXO_FREQ=freq_in_hz to your compiler.

You can override the branch’s clock source by adding CLOCK_LFA=source to your compiler defines, e.g. CLOCK_LFA=cmuSelect_LFRCO.

Low-power peripherals

The low-power UART is capable of providing an UART peripheral using a low-speed clock. When the LFB clock source is the LFRCO or LFXO, it can still be used in EM2. However, this limits the baud rate to 9600 baud. If a higher baud rate is desired, set the clock source to CORELEDIV2.

Note: peripheral mappings in your board definitions will not be affected by this setting. Ensure you do not refer to any low-power peripherals.

RTC or RTT

RIOT-OS has support for Real-Time Tickers and Real-Time Clocks.

However, this board MCU family has support for a 32-bit Real-Time Clock and Calendar, which can be configured in ticker mode or calendar mode. Therefore, only one of both peripherals can be enabled at the same time.

Configured at 1 Hz interval, the RTCC will overflow each 136 years.

Hardware crypto

This MCU is equipped with a hardware-accelerated crypto peripheral that can speed up AES128, AES256, SHA1, SHA256 and several other cryptographic computations.

A peripheral driver interface is proposed, but not yet implemented.

Usage of EMLIB

This port makes uses of EMLIB by Silicon Labs to abstract peripheral registers. While some overhead is to be expected, it ensures proper setup of devices, provides chip errata and simplifies development. The exact overhead depends on the application and peripheral usage, but the largest overhead is expected during peripheral setup. A lot of read/write/get/set methods are implemented as inline methods or macros (which have no overhead).

Another advantage of EMLIB are the included assertions. These assertions ensure that peripherals are used properly. To enable this, pass DEBUG_EFM to your compiler.

Pin locations

The EFM32 platform supports peripherals to be mapped to different pins (predefined locations). The definitions in periph_conf.h mostly consist of a location number and the actual pins. The actual pins are required to configure the pins via GPIO driver, while the location is used to map the peripheral to these pins.

In other words, these definitions must match. Refer to the data sheet for more information.

This MCU has extended pin mapping support. Each pin of a peripheral can be connected separately to one of the predefined pins for that peripheral.

Flashing the device

The board provides a on-board SEGGER J-Link debugger through the micro USB board so that flashing and debugging is very easy.

Flashing is supported by RIOT-OS using the command below:

make flash

To run the GDB debugger, use the command:

make debug

Or, to connect with your own debugger:

make debug-server

Some boards have (limited) support for emulation, which can be started with:

make emulate

Supported Toolchains

For using the Silicon Labs SLSTK3701A starter kit we strongly recommend the usage of the GNU Tools for ARM Embedded Processors toolchain.

License information

Silicon Labs’ EMLIB: zlib-style license (permits distribution of source).