Lines Matching +full:port +full:- +full:line +full:- +full:mapping
13 - STM32 microcontroller in LQFP100 package
14 - USB OTG or full-speed device
15 - 1 user LED
16 - User, boot, and reset push-buttons
17 - 32.768 kHz and 25MHz HSE crystal oscillators
18 - External NOR Flash memories: 64-Mbit Quad-SPI and 64-Mbit SPI
19 - Board connectors:
21 - Camera (8 bit) connector
22 - ST7735 TFT-LCD 160 x 80 pixels (RGB565 3-SPI)
23 - microSD |trade| card
24 - USB Type-C Connector
25 - SWD header for external debugger
26 - 2x 40-pin GPIO connector
36 - STM32H7B0VBT6 in LQFP100 package
37 - ARM 32-bit Cortex-M7 CPU with FPU
38 - Chrom-ART Accelerator
39 - Hardware JPEG Codec
40 - 280 MHz max CPU frequency
41 - VDD from 1.62 V to 3.6 V
42 - 128 KB Flash
43 - 1.4 MB SRAM
44 - High-resolution timer (2.1 ns)
45 - 32-bit timers(2)
46 - 16-bit timers(10)
47 - SPI(5)
48 - I2C(4)
49 - I2S (4)
50 - USART(5)
51 - UART(5)
52 - USB OTG Full Speed and High Speed(1)
53 - CAN FD(2)
54 - SAI(4)
55 - SPDIF_Rx(4)
56 - HDMI_CEC(1)
57 - Dual Mode Quad SPI(1)
58 - Camera Interface
59 - GPIO (up to 80) with external interrupt capability
60 - 16-bit ADC(2) with 16 channels
61 - 12-bit DAC with 2 channels(2)
62 - True Random Number Generator (RNG)
63 - 16-channel DMA
64 - LCD-TFT Controller with XGA resolution
68 - `STM32H7B0VB on www.st.com`_
69 - `STM32H7B0VB reference manual`_
70 - `STM32H7B0VB datasheet`_
77 +-----------+------------+-------------------------------------+
80 | NVIC | on-chip | nested vector interrupt controller |
81 +-----------+------------+-------------------------------------+
82 | WDT | on-chip | watchdog |
83 +-----------+------------+-------------------------------------+
84 | PINMUX | on-chip | pinmux |
85 +-----------+------------+-------------------------------------+
86 | FLASH | on-chip | flash memory |
87 +-----------+------------+-------------------------------------+
88 | GPIO | on-chip | gpio |
89 +-----------+------------+-------------------------------------+
90 | SPI | on-chip | spi |
91 +-----------+------------+-------------------------------------+
92 | QSPI NOR | on-chip | off-chip flash |
93 +-----------+------------+-------------------------------------+
94 | SDMMC | on-chip | disk access |
95 +-----------+------------+-------------------------------------+
96 | DISPLAY | on-chip | display |
97 +-----------+------------+-------------------------------------+
104 Pin Mapping
108 input/output, pull-up, etc.
112 Default Zephyr Peripheral Mapping: argument
113 ----------------------------------
117 - USER_LED : PE3
118 - USER_PB : PC13
119 - SPI1 SCK/MISO/MOSI/NSS : PB3/PB4/PD7/PD6 (NOR Flash memory)
120 - SPI4 SCK/MOSI/NSS : PE12/PE14/PE11 (LCD)
121 - QuadSPI CLK/NCS/IO0/IO1/IO2/IO3 : PB2/PB6/PD11/PD12/PE2/PD13 (NOR Flash memory)
122 - SDMMC1 CLK/DCMD/CD/D0/D1/D2/D3 : PC12/PD2/PD4/PC8/PC9/PC10/PC11 (microSD card)
123 - USB DM/DP : PA11/PA12 (USB CDC ACM)
132 Serial Port (USB CDC ACM)
135 The Zephyr console output is assigned to the USB CDC ACM virtual serial port.
136 Virtual COM port interface. Default communication settings are 115200 8N1.
145 an external debugger, such as ST-Link.
161 ----------------------------------------
163 Here is an example for the :zephyr:code-sample:`hello_world` application.
170 .. zephyr-app-commands::
171 :zephyr-app: samples/hello_world
174 :gen-args: -DCONFIG_BOOT_DELAY=5000
178 .. code-block:: console
180 $ minicom -D <tty_device> -b 115200
184 .. code-block:: console
188 Replace :code:`<tty_device>` with the port where the board XIAO BLE
192 ---------
194 This current Zephyr port does not support debugging.
202 .. zephyr-app-commands::
203 :zephyr-app: samples/basic/blinky
206 :gen-args: -DCONFIG_BOOT_DELAY=5000
218 .. zephyr-app-commands::
219 :zephyr-app: samples/subsys/shell/shell_module
222 :gen-args: -DCONFIG_BOOT_DELAY=5000
228 https://www.st.com/en/microcontrollers-microprocessors/stm32h7b0vb.html
231 …st.com/resource/en/reference_manual/rm0455-stm32h7a37b3-and-stm32h7b0-value-line-advanced-armbased…