3e9e9b07ba
This is a low-cost evaluation kit board from ST based on the STM32 Nucleo-144 form factor. It uses the STM32F746ZG MCU in the LQFP144 package. The MCU has 1MB of flash and 320kB of System RAM. Cortex-M7 runs at up to 216MHz.
5 lines
104 B
Makefile
5 lines
104 B
Makefile
MCU_SERIES = f7
|
|
CMSIS_MCU = STM32F746xx
|
|
AF_FILE = boards/stm32f746_af.csv
|
|
LD_FILE = boards/stm32f746.ld
|