@@ -17,14 +17,15 @@ Hardware
1717- Transmit power: up to +20 dBm
1818- Operation frequency: 2.4 GHz
1919- Crystals for LFXO (32.768 kHz) and HFXO (38.4 MHz).
20- - On board sensors :
20+ - On board devices :
2121
2222 - Silicon Labs Si7021 relative humidity & temperature sensor
2323 - Silicon Labs Si7210 hall effect sensor
2424 - 2x TDK InvenSense ICS-43434 MEMS microphones with I2S output
2525 - TDK InvenSense ICM-20689 6-axis inertial measurement sensor
2626 - Vishay VEML6035 ambient light sensor
2727 - Bosch BMP384 pressure sensor with internal temperature sensor
28+ - MX25R3235F 32 Mbit SPI data flash
2829
2930For more information about the EFR32MG24 SoC and BRD2601B board, refer to these
3031documents:
@@ -39,57 +40,73 @@ Supported Features
3940
4041The board configuration supports the following hardware features:
4142
42- +-----------+------------+-------------------------------------+
43- | Interface | Controller | Driver/Component |
44- +===========+============+=====================================+
45- | MPU | on-chip | memory protection unit |
46- +-----------+------------+-------------------------------------+
47- | NVIC | on-chip | nested vector interrupt controller |
48- +-----------+------------+-------------------------------------+
49- | SYSTICK | on-chip | systick |
50- +-----------+------------+-------------------------------------+
51- | COUNTER | on-chip | stimer |
52- +-----------+------------+-------------------------------------+
53- | FLASH | on-chip | flash memory |
54- +-----------+------------+-------------------------------------+
55- | GPIO | on-chip | gpio |
56- +-----------+------------+-------------------------------------+
57- | UART | on-chip | serial |
58- +-----------+------------+-------------------------------------+
59- | DMA | on-chip | ldma |
60- +-----------+------------+-------------------------------------+
61- | TRNG | on-chip | semailbox |
62- +-----------+------------+-------------------------------------+
63- | WATCHDOG | on-chip | watchdog |
64- +-----------+------------+-------------------------------------+
65- | I2C(M/S) | on-chip | i2c |
66- +-----------+------------+-------------------------------------+
67- | RADIO | on-chip | bluetooth |
68- +-----------+------------+-------------------------------------+
43+ +-----------+------------+------------------------------------+
44+ | Interface | Controller | Driver/Component |
45+ +===========+============+====================================+
46+ | MPU | on-chip | memory protection unit |
47+ +-----------+------------+------------------------------------+
48+ | NVIC | on-chip | nested vector interrupt controller |
49+ +-----------+------------+------------------------------------+
50+ | SYSTICK | on-chip | systick |
51+ +-----------+------------+------------------------------------+
52+ | SYSRTC | on-chip | counter, timer |
53+ +-----------+------------+------------------------------------+
54+ | MSC | on-chip | flash memory |
55+ +-----------+------------+------------------------------------+
56+ | GPIO | on-chip | gpio |
57+ +-----------+------------+------------------------------------+
58+ | EUSART | on-chip | serial, spi |
59+ +-----------+------------+------------------------------------+
60+ | USART | on-chip | serial, spi |
61+ +-----------+------------+------------------------------------+
62+ | LDMA | on-chip | dma |
63+ +-----------+------------+------------------------------------+
64+ | SE | on-chip | entropy |
65+ +-----------+------------+------------------------------------+
66+ | WDOG | on-chip | watchdog |
67+ +-----------+------------+------------------------------------+
68+ | I2C | on-chip | i2c |
69+ +-----------+------------+------------------------------------+
70+ | RADIO | on-chip | bluetooth |
71+ +-----------+------------+------------------------------------+
6972
7073Other hardware features are currently not supported by the port.
7174
7275Connections and IOs
7376===================
7477
7578In the following table, the column **Name ** contains Pin names. For example, PA2
76- means Pin number 2 on PORTA, as used in the board's datasheets and manuals.
77-
78- +-------+-------------+-------------------------------------+
79- | Name | Function | Usage |
80- +=======+=============+=====================================+
81- | PA4 | GPIO | LED0 |
82- +-------+-------------+-------------------------------------+
83- | PB0 | GPIO | LED1 |
84- +-------+-------------+-------------------------------------+
85- | PB2 | GPIO | Push Button 0 |
86- +-------+-------------+-------------------------------------+
87- | PB3 | GPIO | Push Button 1 |
88- +-------+-------------+-------------------------------------+
89- | PA5 | USART0_TX | UART Console VCOM_TX US0_TX |
90- +-------+-------------+-------------------------------------+
91- | PA6 | USART0_RX | UART Console VCOM_RX US0_RX |
92- +-------+-------------+-------------------------------------+
79+ means Pin number 2 on Port A, as used in the board's datasheets and manuals.
80+
81+ +------+--------------+---------------------+
82+ | Name | Function | Usage |
83+ +======+==============+=====================+
84+ | PA4 | GPIO | LED0 |
85+ +------+--------------+---------------------+
86+ | PB0 | GPIO | LED1 |
87+ +------+--------------+---------------------+
88+ | PD2 | GPIO | LED2 |
89+ +------+--------------+---------------------+
90+ | PB2 | GPIO | Push Button 0 |
91+ +------+--------------+---------------------+
92+ | PB3 | GPIO | Push Button 1 |
93+ +------+--------------+---------------------+
94+ | PA5 | USART0_TX | UART Console |
95+ +------+--------------+---------------------+
96+ | PA6 | USART0_RX | UART Console |
97+ +------+--------------+---------------------+
98+ | PC3 | EUSART1_TX | SPI bus: flash, IMU |
99+ +------+--------------+---------------------+
100+ | PC2 | EUSART1_RX | SPI bus: flash, IMU |
101+ +------+--------------+---------------------+
102+ | PC1 | EUSART1_SCLK | SPI bus: flash, IMU |
103+ +------+--------------+---------------------+
104+ | PC0 | EUSART1_CS | SPI bus: flash |
105+ +------+--------------+---------------------+
106+ | PC4 | I2C0_SCL | I2C bus |
107+ +------+--------------+---------------------+
108+ | PC5 | I2C0_SDA | I2C bus |
109+ +------+--------------+---------------------+
93110
94111The default configuration can be found in
95112:zephyr_file: `boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b_defconfig `
0 commit comments