Lines Matching +full:hall +full:- +full:effect
10 - EFR32BG22 Blue Gecko Wireless SoC with upto 76.8 MHz operating frequency
11 - ARM® Cortex® M33 core with 32 kB RAM and 512 kB Flash
12 - Macronix ultra low power 8-Mbit SPI flash (MX25R8035F)
13 - 2.4 GHz ceramic antenna for wireless transmission
14 - Silicon Labs Si7021 relative humidity and temperature sensor
15 - Silicon Labs Si1133 UV index and ambient light sensor (EFR32BG22-BRD4184A)
16 - Vishay VEML6035 ambient light sensor (EFR32BG22-BRD4184B)
17 - Silicon Labs Si7210 hall effect sensor
18 - TDK InvenSense ICM-20648 6-axis inertial sensor
19 - Two Knowles SPK0641HT4H-1 MEMS microphones with PDM output (EFR32BG22-BRD4184B)
20 - One LED and one push button
21 - Power enable signals and isolation switches for ultra low power operation
22 - On-board SEGGER J-Link debugger for easy programming and debugging, which
24 - Mini Simplicity connector for access to energy profiling and advanced wireless
26 - Breakout pads for GPIO access and connection to external hardware
27 - Reset button
28 - Automatic switch-over between USB and battery power
29 - CR2032 coin cell holder and external battery connector
33 - `EFR32BG22 Website`_
34 - `EFR32BG22 Datasheet`_
35 - `EFR32xG22 Reference Manual`_
36 - `Thunderboard EFR32BG22 Website`_
37 - `EFR32BG22-BRD4184A User Guide`_
38 - `EFR32BG22-BRD4184B User Guide`_
39 - `EFR32BG22-BRD4184A Schematics`_
40 - `EFR32BG22-BRD4184B Schematics`_
47 +-----------+------------+-------------------------------------+
50 | MPU | on-chip | memory protection unit |
51 +-----------+------------+-------------------------------------+
52 | NVIC | on-chip | nested vector interrupt controller |
53 +-----------+------------+-------------------------------------+
54 | SYSTICK | on-chip | systick |
55 +-----------+------------+-------------------------------------+
56 | COUNTER | on-chip | stimer |
57 +-----------+------------+-------------------------------------+
58 | SPI(M/S) | on-chip | spi |
59 +-----------+------------+-------------------------------------+
60 | FLASH | on-chip | flash memory |
61 +-----------+------------+-------------------------------------+
62 | GPIO | on-chip | gpio |
63 +-----------+------------+-------------------------------------+
64 | UART | on-chip | serial |
65 +-----------+------------+-------------------------------------+
66 | DMA | on-chip | ldma |
67 +-----------+------------+-------------------------------------+
68 | WATCHDOG | on-chip | watchdog |
69 +-----------+------------+-------------------------------------+
70 | TRNG | on-chip | true random number generator |
71 +-----------+------------+-------------------------------------+
72 | I2C(M/S) | on-chip | i2c |
73 +-----------+------------+-------------------------------------+
74 | RADIO | on-chip | bluetooth |
75 +-----------+------------+-------------------------------------+
90 +------+-------------+-----------------------------------+
94 +------+-------------+-----------------------------------+
96 +------+-------------+-----------------------------------+
98 +------+-------------+-----------------------------------+
100 +------+-------------+-----------------------------------+
104 +------+-------------+-----------------------------------+
108 +------+-------------+-----------------------------------+
110 +------+-------------+-----------------------------------+
112 +------+-------------+-----------------------------------+
114 +------+-------------+-----------------------------------+
126 -----------------------
129 The sample application :zephyr:code-sample:`hello_world` is used for this example.
134 .. zephyr-app-commands::
135 :zephyr-app: samples/hello_world
141 .. zephyr-app-commands::
142 :zephyr-app: samples/hello_world
147 ``west flash`` requires `SEGGER J-Link software`_ to be installed on you host
152 - Speed: 115200
153 - Data: 8 bits
154 - Parity: None
155 - Stop bits: 1
160 .. code-block:: console
170 .. code-block:: console
175 command. The :zephyr:code-sample:`bluetooth_observer` sample application is used in
180 .. zephyr-app-commands::
181 :zephyr-app: samples/bluetooth/observer
187 .. zephyr-app-commands::
188 :zephyr-app: samples/bluetooth/observer
194 https://www.silabs.com/development-tools/thunderboard/thunderboard-bg22-kit
196 .. _EFR32BG22-BRD4184A User Guide:
197 https://www.silabs.com/documents/public/user-guides/ug415-sltb010a-user-guide.pdf
199 .. _EFR32BG22-BRD4184B User Guide:
200 https://www.silabs.com/documents/public/user-guides/ug464-brd4184b-user-guide.pdf
202 .. _EFR32BG22-BRD4184A Schematics:
203 https://www.silabs.com/documents/public/schematic-files/BRD4184A-A01-schematic.pdf
205 .. _EFR32BG22-BRD4184B Schematics:
206 https://www.silabs.com/documents/public/schematic-files/BRD4184B-A02-schematic.pdf
209 https://www.silabs.com/wireless/bluetooth/efr32bg22-series-2-socs
212 https://www.silabs.com/documents/public/data-sheets/efr32bg22-datasheet.pdf
215 https://www.silabs.com/documents/public/reference-manuals/efr32xg22-rm.pdf
217 .. _SEGGER J-Link software: