Lines Matching +full:- +full:- +full:run +full:- +full:attempt
10 that run on the Arduino Due board. It provides support for the Atmel
11 SAM3X8E ARM Cortex-M3 CPU and the following devices:
37 +-----------+------------+----------------------+
40 | NVIC | on-chip | nested vectored |
42 +-----------+------------+----------------------+
43 | SYSTICK | on-chip | system clock |
44 +-----------+------------+----------------------+
45 | UART | on-chip | serial port |
46 +-----------+------------+----------------------+
47 | GPIO | on-chip | gpio |
48 +-----------+------------+----------------------+
49 | I2C | on-chip | i2c |
50 +-----------+------------+----------------------+
51 | Watchdog | on-chip | watchdog |
52 +-----------+------------+----------------------+
62 For I2C, pull-up resistors are required for using SCL1 and SDA1 (near IO13).
69 be a variable number of IRQs. Exceptions 7-10 and 13 are reserved. They don't
72 A Cortex-M3/4-based board uses vectored exceptions. This means each exception
75 Handlers are provided for exceptions 1-6, 11-12, and 14-15. The table here
78 +------+------------+----------------+-----------------------+
82 +------+------------+----------------+-----------------------+
84 +------+------------+----------------+-----------------------+
86 +------+------------+----------------+-----------------------+
88 +------+------------+----------------+-----------------------+
90 +------+------------+----------------+-----------------------+
94 | | | attempt to ARM | |
96 +------+------------+----------------+-----------------------+
98 | | | | run-time exceptions, |
100 +------+------------+----------------+-----------------------+
103 +------+------------+----------------+-----------------------+
105 +------+------------+----------------+-----------------------+
107 +------+------------+----------------+-----------------------+
110 After a reset, all exceptions have a priority of 0. Interrupts cannot run
124 The Atmel SAM3X8E processor has a single UART that is used by the SAM-BA
127 which provides USB-to-TTL serial function. The Zephyr console output, by
138 ----------
150 .. code-block:: console
158 .. code-block:: console
164 .. code-block:: console
172 --------------------------------------
178 Here is an example for the :zephyr:code-sample:`hello_world` application. After
180 flash command, so the board will boot into the SAM-BA bootloader and
183 .. zephyr-app-commands::
184 :zephyr-app: samples/hello_world
188 After flashing the application, run your favorite terminal program to
192 .. code-block:: console
194 $ sudo minicom -D /dev/ttyACM0 -o
196 The -o option tells minicom not to send the modem initialization
208 .. target-notes::
212 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-11057-32-bit-Cortex-M3-Microcontroller-SAM3X…