Loading...
Searching...
No Matches
STM32F723E-DISCO board

Support for the STM32F723E-DISCO board. More...

Detailed Description

Support for the STM32F723E-DISCO board.

Overview

The ST STM32F723E-DISCO is an evaluation board supporting a ARM Cortex-M7 STM32F723IE microcontroller with 256KB of RAM and 523KB of ROM Flash.

Flashing the device

The STM32F723E-DISCO board includes an on-board ST-LINK programmer and can be flashed using OpenOCD.

To flash this board, just use the following command:

make BOARD=stm32f723e-disco flash -C examples/hello-world

STDIO

STDIO is available via the ST-Link programmer.

Use the term target to open a terminal:

make BOARD=stm32f723e-disco -C examples/hello-world term

USB OTG Peripheral Device Driver

By default, the USB OTG FS port is used. To use the USB OTG HS port with the internal UTMI+ HS PHY, enable the module periph_usbdev_hs_utmi:

make BOARD=stm32f723e-disco USEMODULE=periph_usbdev_hs_utmi -C examples/usbus_minimal

Files

file  board.h
 Board specific definitions for the STM32F723E-DISCO board.
 
file  gpio_params.h
 Board specific configuration of direct mapped GPIOs.
 
file  periph_conf.h
 Peripheral MCU configuration for the STM32F723E-DISCO board.