Lines Matching +full:mb +full:- +full:0 +full:- +full:15
10 the V2M MPS2 board. It provides support for the ARM Cortex-M3 (AN385) CPU and
13 - Nested Vectored Interrupt Controller (NVIC)
14 - System Tick System Clock (SYSTICK)
15 - Cortex-M System Design Kit UART
39 - ARM Cortex-M3 (AN385)
40 - ARM IoT Subsystem for Cortex-M
41 - Form factor: 140x120cm
42 - ZBTSRAM: 8MB single cycle SRAM, 16MB PSRAM
43 - Video: QSVGA touch screen panel, 4bit RGB VGA connector
44 - Audio: Audio Codec
45 - Debug:
47 - ARM JTAG20 connector
48 - ARM parallel trace connector (MICTOR38)
49 - 20 pin Cortex debug connector
50 - 10 pin Cortex debug connector
51 - ILA connector for FPGA debug
53 - Expansion
55 - GPIO
56 - SPI
59 4 MB of flash memory (in ZBTSRAM 1, starting at address 0x00400000) and 4 MB of RAM
60 (in ZBTSRAM 2 & 3, starting at address 0x20000000) are available.
67 +-----------+------------+-------------------------------------+
70 | NVIC | on-chip | nested vector interrupt controller |
71 +-----------+------------+-------------------------------------+
72 | SYSTICK | on-chip | systick |
73 +-----------+------------+-------------------------------------+
74 | UART | on-chip | serial port-polling; |
75 | | | serial port-interrupt |
76 +-----------+------------+-------------------------------------+
77 | GPIO | on-chip | gpio |
78 +-----------+------------+-------------------------------------+
79 | WATCHDOG | on-chip | watchdog |
80 +-----------+------------+-------------------------------------+
81 | TIMER | on-chip | counter |
82 +-----------+------------+-------------------------------------+
83 | DUALTIMER | on-chip | counter |
84 +-----------+------------+-------------------------------------+
96 MPS2 is a Cortex-M3 based SoC and has 15 fixed exceptions and 45 IRQs.
98 A Cortex-M3/4-based board uses vectored exceptions. This means each exception
101 Handlers are provided for exceptions 1-6, 11-12, and 14-15. The table here
104 +------+------------+----------------+--------------------------+
108 +------+------------+----------------+--------------------------+
110 +------+------------+----------------+--------------------------+
112 +------+------------+----------------+--------------------------+
114 +------+------------+----------------+--------------------------+
116 +------+------------+----------------+--------------------------+
122 +------+------------+----------------+--------------------------+
124 | | | | run-time exceptions, |
126 +------+------------+----------------+--------------------------+
129 +------+------------+----------------+--------------------------+
131 +------+------------+----------------+--------------------------+
132 | 15 | SYSTICK | | system clock |
133 +------+------------+----------------+--------------------------+
139 for pin muxing, input/output, pull-up, etc.
143 - Pins 0 - 15 are for GPIO 0
144 - Pins 16 - 31 are for GPIO 1
145 - Pins 32 - 47 are for GPIO 2
146 - Pins 48 - 51 are for GPIO 3
150 .. rst-class:: rst-columns
152 - D0 : EXT_0
153 - D1 : EXT_4
154 - D2 : EXT_2
155 - D3 : EXT_3
156 - D4 : EXT_1
157 - D5 : EXT_6
158 - D6 : EXT_7
159 - D7 : EXT_8
160 - D8 : EXT_9
161 - D9 : EXT_10
162 - D10 : EXT_12
163 - D11 : EXT_13
164 - D12 : EXT_14
165 - D13 : EXT_11
166 - D14 : EXT_15
167 - D15 : EXT_5
168 - D16 : EXT_16
169 - D17 : EXT_17
170 - D18 : EXT_18
171 - D19 : EXT_19
172 - D20 : EXT_20
173 - D21 : EXT_21
174 - D22 : EXT_22
175 - D23 : EXT_23
176 - D24 : EXT_24
177 - D25 : EXT_25
178 - D26 : EXT_26
179 - D27 : EXT_30
180 - D28 : EXT_28
181 - D29 : EXT_29
182 - D30 : EXT_27
183 - D31 : EXT_32
184 - D32 : EXT_33
185 - D33 : EXT_34
186 - D34 : EXT_35
187 - D35 : EXT_36
188 - D36 : EXT_38
189 - D37 : EXT_39
190 - D38 : EXT_40
191 - D39 : EXT_44
192 - D40 : EXT_41
193 - D41 : EXT_31
194 - D42 : EXT_37
195 - D43 : EXT_42
196 - D44 : EXT_43
197 - D45 : EXT_45
198 - D46 : EXT_46
199 - D47 : EXT_47
200 - D48 : EXT_48
201 - D49 : EXT_49
202 - D50 : EXT_50
203 - D51 : EXT_51
207 .. rst-class:: rst-columns
209 - UART_3_RX : D0
210 - UART_3_TX : D1
211 - SPI_3_CS : D10
212 - SPI_3_MOSI : D11
213 - SPI_3_MISO : D12
214 - SPI_3_SCLK : D13
215 - I2C_3_SDA : D14
216 - I2C_3_SCL : D15
217 - UART_4_RX : D26
218 - UART_4_TX : D30
219 - SPI_4_CS : D36
220 - SPI_4_MOSI : D37
221 - SPI_4_MISO : D38
222 - SPI_4_SCK : D39
223 - I2C_4_SDA : D40
224 - I2C_4_SCL : D41
248 - A USB connection to the host computer, which exposes a Mass Storage and an
250 - A Serial Flash device, which implements the USB flash disk file storage.
251 - A physical UART connection which is relayed over interface USB Serial port.
254 -----------------------------------
256 Here is an example for the :zephyr:code-sample:`hello_world` application.
258 .. zephyr-app-commands::
259 :zephyr-app: samples/hello_world
269 .. code-block:: console
275 https://developer.mbed.org/platforms/ARM-MPS2/