Lines Matching +full:front +full:- +full:end
10 nRF52840 ARM Cortex-M4F CPU. Arduino sells 2 variants of the board, the
28 +-----------+------------+----------------------+
31 | ADC | on-chip | adc |
32 +-----------+------------+----------------------+
33 | CLOCK | on-chip | clock_control |
34 +-----------+------------+----------------------+
35 | FLASH | on-chip | flash |
36 +-----------+------------+----------------------+
37 | GPIO | on-chip | gpio |
38 +-----------+------------+----------------------+
39 | I2C0 | on-chip | i2c |
40 +-----------+------------+----------------------+
41 | I2C1 | on-chip | i2c |
42 +-----------+------------+----------------------+
43 | MPU | on-chip | arch/arm |
44 +-----------+------------+----------------------+
45 | NVIC | on-chip | arch/arm |
46 +-----------+------------+----------------------+
47 | PWM | on-chip | pwm |
48 +-----------+------------+----------------------+
49 | RADIO | on-chip | Bluetooth, |
51 +-----------+------------+----------------------+
52 | RTC | on-chip | system clock |
53 +-----------+------------+----------------------+
54 | SPI | on-chip | spi |
55 +-----------+------------+----------------------+
56 | UART | on-chip | serial |
57 +-----------+------------+----------------------+
58 | USB | on-chip | usb |
59 +-----------+------------+----------------------+
60 | WDT | on-chip | watchdog |
61 +-----------+------------+----------------------+
73 The I2C pull-ups are enabled by setting pin P1.00 high. This is automatically
75 as ``pull-up-gpios``.
81 be able to flash with the bossac included with the zephyr-sdk, or
92 …based systems the path is ``$HOME/.arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac``.
96 .. code-block:: bash
98 west flash --bossac="<path to the arduino version of bossac>"
102 .. code-block:: bash
104 west flash --bossac=$HOME/.arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac
107 You will also need to specify the COM port using the --bossac-port argument:
109 .. code-block:: bash
111 …west flash --bossac=%USERPROFILE%\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.9.1-ardu…
118 .. zephyr-app-commands::
119 :zephyr-app: samples/basic/blinky
124 Double-tap the RESET button on your board. Your board should disconnect, reconnect,
135 CMSIS-DAP. This board has the SWD connector for debugging but exposes it as
149 .. zephyr-app-commands::
150 :zephyr-app: samples/basic/blinky
152 :maybe-skip-config:
155 Debugging with TRACE32 (GDB Front-End)
163 `Lauterbach TRACE32 GDB Front-End Debugger for Nano 33 BLE`_
170 .. code-block:: bash
175 The TRACE32 is `TRACE32 as GDB Front-End`_ version.
178 .. zephyr-app-commands::
179 :zephyr-app: samples/basic/blinky
187 .. code-block:: bash
189 west debug --runner=trace32 -- gdbRemote=:3333
191 The TRACE32 script handles arguments after the ``--`` sign.
196 ---------- ---------- ------------------------------------------------------------------
209 .. target-notes::
212 https://store.arduino.cc/products/arduino-nano-33-ble
215 https://store.arduino.cc/products/arduino-nano-33-ble-sense
218 https://learn.adafruit.com/introducing-the-adafruit-nrf52840-feather/pinouts
226 .. _Lauterbach TRACE32 GDB Front-End Debugger for Nano 33 BLE:
227 https://docs.arduino.cc/tutorials/nano-33-ble-sense/trace-32
229 .. _TRACE32 as GDB Front-End: