Lines Matching +full:hall +full:- +full:effect
7 from the EFR32MG12 family built on ARM® Cortex®-M4F processor with low
13 - EFR32MG12 Mighty Gecko Wireless SoC with 38.4 MHz operating frequency
14 - ARM® Cortex® M4 core with 256 kB RAM and 1024 kB Flash
15 - Macronix ultra low power 8-Mbit SPI flash (MX25R8035F)
16 - 2.4 GHz ceramic antenna for wireless transmission
17 - Silicon Labs Si7021 relative humidity and temperature sensor
18 - Silicon Labs Si1133 UV index and ambient light sensor
19 - Silicon Labs Si7210 hall effect sensor
20 - Bosch Sensortec BMP280 barometric pressure sensor
21 - ams CCS811 indoor air quality gas sensor
22 - TDK InvenSense ICM-20648 6-axis inertial sensor
23 - TDK InvenSense ICS-43434 MEMS microphone
24 - Four high brightness RGB LEDs from Broadcom Limited (ASMT-YTB7-0AA02)
25 - One bi-color LED and two push buttons
26 - Power enable signals for fine grained power-control
27 - On-board SEGGER J-Link debugger for easy programming and debugging, which
29 - Mini Simplicity connector for access to energy profiling and advanced wireless
31 - Breakout pads for GPIO access and connection to external hardware
32 - Reset button
33 - Automatic switch-over between USB and battery power
34 - CR2032 coin cell holder and external battery connector
38 - `EFR32MG12 Datasheet`_
39 - `EFR32MG12 Reference Manual`_
40 - `SLTB004A User Guide`_
41 - `SLTB004A Schematics`_
48 +-----------+------------+-------------------------------------+
51 | MPU | on-chip | memory protection unit |
52 +-----------+------------+-------------------------------------+
53 | NVIC | on-chip | nested vector interrupt controller |
54 +-----------+------------+-------------------------------------+
55 | SYSTICK | on-chip | systick |
56 +-----------+------------+-------------------------------------+
57 | COUNTER | on-chip | rtcc |
58 +-----------+------------+-------------------------------------+
59 | FLASH | on-chip | flash memory |
60 +-----------+------------+-------------------------------------+
61 | GPIO | on-chip | gpio |
62 +-----------+------------+-------------------------------------+
63 | UART | on-chip | serial port-polling; |
64 | | | serial port-interrupt |
65 +-----------+------------+-------------------------------------+
66 | I2C | on-chip | i2c port-polling |
67 +-----------+------------+-------------------------------------+
68 | SPI(M) | on-chip | spi port-polling |
69 +-----------+------------+-------------------------------------+
70 | WATCHDOG | on-chip | watchdog |
71 +-----------+------------+-------------------------------------+
72 | TRNG | on-chip | true random number generator |
73 +-----------+------------+-------------------------------------+
90 +------+-------------+-----------------------------------+
94 +------+-------------+-----------------------------------+
96 +------+-------------+-----------------------------------+
98 +------+-------------+-----------------------------------+
100 +------+-------------+-----------------------------------+
102 +------+-------------+-----------------------------------+
104 +------+-------------+-----------------------------------+
106 +------+-------------+-----------------------------------+
108 +------+-------------+-----------------------------------+
110 +------+-------------+-----------------------------------+
112 +------+-------------+-----------------------------------+
114 +------+-------------+-----------------------------------+
116 +------+-------------+-----------------------------------+
118 +------+-------------+-----------------------------------+
120 +------+-------------+-----------------------------------+
122 +------+-------------+-----------------------------------+
124 +------+-------------+-----------------------------------+
137 to the On-Board J-Link Debugger that presents a virtual COM port for general
144 Before using the kit the first time, you should update the J-Link firmware
150 The SLTB004A includes an `J-Link`_ serial and debug adaptor built into the
153 - A USB connection to the host computer, which exposes a Mass Storage and a
155 - A Serial Flash device, which implements the USB flash disk file storage.
156 - A physical UART connection which is relayed over interface USB Serial port.
159 -----------------------------------
161 The sample application :zephyr:code-sample:`hello_world` is used for this example.
164 .. zephyr-app-commands::
165 :zephyr-app: samples/hello_world
175 - Speed: 115200
176 - Data: 8 bits
177 - Parity: None
178 - Stop bits: 1
183 .. code-block:: console
189 https://www.silabs.com/documents/public/user-guides/ug309-sltb004a-user-guide.pdf
192 https://www.silabs.com/documents/public/schematic-files/BRD4166A-D00-schematic.pdf
195 https://www.silabs.com/documents/public/data-sheets/efr32mg12-datasheet.pdf
198 https://www.silabs.com/documents/public/reference-manuals/efr32xg12-rm.pdf
200 .. _J-Link:
201 https://www.segger.com/jlink-debug-probes.html