Lines Matching +full:ieee802154 +full:- +full:supported

11 stand-alone Carrier Boards. A MicroMod processor board is approximately 22x22 mm,
17 - USB host mode compliant to 2.0 specification
18 - GPIO
19 - 2 UART
20 - 2 I2C
21 - 2 SPI
22 - 2 ADC
23 - 2 PWM
24 - Watchdog Timer (WDT)
34 - ``micromod/nrf52840``
44 a powerful combination of ARM Cortex-M4 CPU and 2.4 GHz Bluetooth transceiver
45 in the MicroMod form-factor. More information can be found in
54 - ARM Cortex-M4 CPU with floating point unit (FPU)
56 - 1MB internal Flash
57 - 256kB internal RAM
59 - Integrated 2.4GHz radio with support for Bluetooth Low Energy (BLE) and ieee802154
60 - USB 2.0 full speed (12 Mbps) controller
61 - QSPI with 128Mb flash memory
62 - ARM TrustZone Cryptocell 310 security subsystem
63 - USB host mode compliant to 2.0 specification
64 - GPIO
65 - 2 UART
66 - 2 I2C
67 - 2 SPI
68 - 2 ADC
69 - 2 PWM
70 - Watchdog Timer (WDT)
72 Supported Features
78 +-----------+------------+-------------------------------------+
81 | NVIC | on-chip | nested vector interrupt controller |
82 +-----------+------------+-------------------------------------+
83 | SYSTICK | on-chip | system clock |
84 +-----------+------------+-------------------------------------+
85 | RADIO | on-chip | Bluetooth, |
86 | | | ieee802154 |
87 +-----------+------------+-------------------------------------+
88 | UART | on-chip | serial port |
89 +-----------+------------+-------------------------------------+
90 | GPIO | on-chip | gpio |
91 +-----------+------------+-------------------------------------+
92 | PINMUX | on-chip | pinmux |
93 +-----------+------------+-------------------------------------+
94 | FLASH | on-chip | flash |
95 +-----------+------------+-------------------------------------+
96 | SPI | on-chip | spi |
97 +-----------+------------+-------------------------------------+
98 | I2C | on-chip | i2c |
99 +-----------+------------+-------------------------------------+
100 | USB | on-chip | usb |
101 +-----------+------------+-------------------------------------+
102 | QSPI | on-chip | nordic,nrf-qspi |
103 +-----------+------------+-------------------------------------+
110 ---
115 ---------------
122 * micromod_header compatible with ``sparkfun,micromod-gpio``
143 the SWD interface along with a J-Link.
145 Here is an example for the :zephyr:code-sample:`hello_world` application.
149 .. code-block:: console
151 $ minicom -D <tty_device> -b 115200
158 .. zephyr-app-commands::
159 :zephyr-app: samples/hello_world
171 :ref:`RTT snippet <snippet-rtt-console>`.
173 Testing the on-board LED
179 * :zephyr:code-sample:`blinky`
188 The ``micromod/nrf52840`` board target has a built-in NOR flash memory connected
191 .. zephyr-app-commands::
192 :zephyr-app: samples/drivers/jesd216
199 .. target-notes::
203 …romod nRF52840 guide: https://learn.sparkfun.com/tutorials/micromod-nrf52840-processor-hookup-guide
204 .. _J-Link Software and documentation pack: https://www.segger.com/jlink-software.html