STM32F429II-ACA
Overview
The IAR STM32F429II-ACA evaluation board features an ARM Cortex-M4 based STM32F429II MCU. Here are some highlights of the STM32F429II-ACA board:
STM32 microcontroller in LQFP176 package
JTAG/SWD debugger/programmer interface
Flexible board power supply
JTAG/SWD connector
USB HS connector
3x user push-buttons and 1x RESET push-button
Open-close switch and on-auto-off switch
2x capacitive touch panels
USB OTG with mini-USB connector
Small speaker
Trimmer potentiometer
Nine LEDs
1x power LED
3x car traffic light LEDs
2x pedestrian traffic light LEDs
1x car interior light LED
2x user LEDs
Hardware
The STM32F429II-ACA evaluation board provides the following hardware components:
STM32F429II in LQFP176 package
ARM® 32-bit Cortex®-M4 CPU with FPU
180 MHz max CPU frequency
VDD from 1.8 V to 3.6 V
2 MB Internal Flash
4 Mbit External Flash
256+4 KB SRAM including 64-KB of core coupled memory
GPIO with external interrupt capability
12-bit ADC
12-bit DAC
RTC
General Purpose Timers
I2C
SPI
USB 2.0 OTG HS/FS with dedicated DMA, on-chip full-speed PHY and ULPI
CRC calculation unit
True random number generator
DMA Controller
More information about STM32F429II can be found here:
Supported Features
The stm32f429ii_aca board supports the hardware features listed below.
- on-chip / on-board
- Feature integrated in the SoC / present on the board.
- 2 / 2
-
Number of instances that are enabled / disabled.
Click on the label to see the first instance of this feature in the board/SoC DTS files. -
vnd,foo -
Compatible string for the Devicetree binding matching the feature.
Click on the link to view the binding documentation.
Default Zephyr Peripheral Mapping:
I2C_1_SCL : PB8
I2C_1_SDA : PB7
I2C_2_SCL : PH4
I2C_2_SDA : PH5
SPI_5_NSS : PF6
SPI_5_SCK : PF7
SPI_5_MISO : PF8
SPI_5_MOSI : PF9
OTG_HS_ID : PB12
OTG_HS_DM : PB14
OTG_HS_DP : PB15
Serial Port
The stm32f429ii_aca board has no physical serial port available.
The board has up to 8 UARTs, of which none are used.
USB Port
The stm32f429ii_aca board has a USB HS capable Mini-USB port.
It is connected to the on-chip OTG_HS peripheral.
Programming and Debugging
The stm32f429ii_aca board supports the runners and associated west
commands listed below.
The stm32f429ii_aca board supports the runners and associated west commands listed below.
| flash | debug |
|---|
Applications for the stm32f429ii_aca board configuration can be built
and flashed in the usual way (see Building an Application and
Run an Application for more details).
Flashing
The IAR STM32F429II-ACA board has a MIPI20 connector to an JTAG/SWD interface that can be used to program the MCU and then debug the application. This interface can be used with an external debug probe such as a Segger J-Link.
In preparation for flashing, connect the stm32f429ii_aca board’s MIPI20
DEBUG/TRACE interface to your external debug probe and then connect the debug
probe to your host computer.
Here is an example for the Blinky application.
# From the root of the zephyr repository
west build -b stm32f429ii_aca samples/basic/blinky
west flash
LED1 should then begin to blink continuously with a 1-second delay.
By default, the board uses the jlink runner for flashing operations.
Alternative runners for openocd or pyocd are also available and they are
accessible through the --runner (or -r) option:
$ west flash --runner openocd
$ west flash --runner pyocd