Lines Matching +full:swap +full:- +full:bytes
6 The Nucleo F429ZI board features an ARM Cortex-M4 based STM32F429ZI MCU
10 - STM32 microcontroller in LQFP144 package
11 - LSE crystal: 32.768 kHz crystal oscillator
12 - USB OTG
13 - Ethernet compliant with IEEE-802.3-2002
14 - Two types of extension resources:
16 - ST Zio connector including: support for Arduino* Uno V3 connectivity
19 - ST morpho extension pin headers for full access to all STM32 I/Os
21 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
22 - Flexible board power supply:
24 - 5 V from ST-LINK/V2-1 USB VBUS
25 - External power sources: 3.3 V and 7 - 12 V on ST Zio or ST morpho
28 - Three user LEDs
29 - Two push-buttons: USER and RESET
38 - STM32F429ZIT6 in LQFP144 package
39 - ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU
40 - 180 MHz max CPU frequency
41 - VDD from 1.8 V to 3.6 V
42 - 2 MB Flash
43 - 256+4 KB SRAM including 64-Kbyte of core coupled memory
44 - GPIO with external interrupt capability
45 - 3x12-bit ADC with 24 channels
46 - 2x12-bit D/A converters
47 - RTC
48 - Advanced-control Timer
49 - General Purpose Timers (17)
50 - Watchdog Timers (2)
51 - USART/UART (4/4)
52 - I2C (3)
53 - SPI (6)
54 - SDIO
55 - 2xCAN
56 - USB 2.0 OTG FS with on-chip PHY
57 - USB 2.0 OTG HS/FS with dedicated DMA, on-chip full-speed PHY and ULPI
58 - 10/100 Ethernet MAC with dedicated DMA
59 - 8- to 14-bit parallel camera
60 - CRC calculation unit
61 - True random number generator
62 - DMA Controller
66 - `STM32F429ZI on www.st.com`_
67 - `STM32F429 reference manual`_
68 - `STM32F429 datasheet`_
75 +-----------+------------+-------------------------------------+
78 | NVIC | on-chip | nested vector interrupt controller |
79 +-----------+------------+-------------------------------------+
80 | UART | on-chip | serial port-polling; |
81 | | | serial port-interrupt |
82 +-----------+------------+-------------------------------------+
83 | PINMUX | on-chip | pinmux |
84 +-----------+------------+-------------------------------------+
85 | GPIO | on-chip | gpio |
86 +-----------+------------+-------------------------------------+
87 | ETHERNET | on-chip | Ethernet |
88 +-----------+------------+-------------------------------------+
89 | PWM | on-chip | pwm |
90 +-----------+------------+-------------------------------------+
91 | I2C | on-chip | i2c |
92 +-----------+------------+-------------------------------------+
93 | USB | on-chip | usb |
94 +-----------+------------+-------------------------------------+
95 | SPI | on-chip | spi |
96 +-----------+------------+-------------------------------------+
97 | WATCHDOG | on-chip | independent watchdog |
98 +-----------+------------+-------------------------------------+
99 | ADC | on-chip | adc |
100 +-----------+------------+-------------------------------------+
101 | DAC | on-chip | DAC Controller |
102 +-----------+------------+-------------------------------------+
103 | DMA | on-chip | Direct Memory Access |
104 +-----------+------------+-------------------------------------+
105 | die-temp | on-chip | die temperature sensor |
106 +-----------+------------+-------------------------------------+
107 | RTC | on-chip | rtc |
108 +-----------+------------+-------------------------------------+
120 input/output, pull-up, etc.
123 ---------------
137 For more details please refer to `STM32 Nucleo-144 board User Manual`_.
140 ----------------------------------
145 - UART_3 TX/RX : PD8/PD9 (ST-Link Virtual Port Com)
146 - UART_6 TX/RX : PG14/PG9 (Arduino Serial)
147 - I2C1 SCL/SDA : PB8/PB9 (Arduino I2C)
148 - SPI1 NSS/SCK/MISO/MOSI : PD14/PA5/PA6/PA7 (Arduino SPI)
149 - PWM_2_CH1 : PE13
150 - ETH : PA1, PA2, PA7, PB13, PC1, PC4, PC5, PG11, PG13
151 - USER_PB : PC13
152 - LD1 : PB0
153 - LD2 : PB7
154 - LD3 : PB14
155 - USB DM : PA11
156 - USB DP : PA12
157 - ADC1 : PA0
160 ------------
167 -----------
176 The Nucleo F429ZI board includes an ST-LINK/V2-1 embedded debug tool interface.
182 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
185 the ``--runner`` (or ``-r``) option:
187 .. code-block:: console
189 $ west flash --runner openocd
190 $ west flash --runner jlink
195 The on-board STM32F429ZI MCU has 2MBs of internal flash memory. To use `MCUboot`_,
200 - `MCUBoot`_ bootloader partition takes 64K bytes.
201 - Zephyr settings partition takes 64K bytes.
202 - Application image takes 256K bytes in Slot 0 partition.
203 - Updating image takes another 256K bytes in Slot 1 partition.
204 - A scratch partition with 128K is required for image swap.
210 https://www.st.com/en/evaluation-tools/nucleo-f429zi.html
212 .. _STM32 Nucleo-144 board User Manual:
225 https://github.com/JuulLabs-OSS/mcuboot/blob/master/README.md
228 https://www.st.com/en/development-tools/stm32cubeprog.html