Skip to content

STM32F746G-DISCO

Support for the STM32F746G-DISCO board.

Overview

The ST STM32F746G-DISCO is an evaluation board supporting a ARM Cortex-M7 STM32F746NG microcontroller with 340KB of RAM and 1MB of ROM Flash.

As main features, this board provides:

  • a 4.3” RGB 480×272 color LCD-TFT with capacitive touch screen,
  • an ethernet port
  • 2 user USB ports (FS and HS)
  • 2 user digital microphones
  • 128M-bit external Quas-SPI flash
  • 128M-bit external SDRAM

Current hardware support:

FeatureSupportConfiguration
UARTXUSART1 on PB7/PA9 (stdio) and USART6 on PC6/PC7
SPIXSPI2 on PB15/PB14/PI1
I2CXI2C1 on PB8/PB9
EthernetX
USB OTG FSX
USB OTG HSX
TFT LCDX
Capacitive touch screenX
User microphones-
External Quad-SPI Flash-
External SDRAMX
SD Card InterfacexSDMMC1 on PC8..PC13 and PD2

Flashing the device

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

make BOARD=stm32f746g-disco flash

and debug via GDB with

make BOARD=stm32f746g-disco debug

Supported Toolchains

For using the STM32F746G-DISCO board we recommend the usage of the GNU Tools for ARM Embedded Processors toolchain.