2a791170ce
The alternate function pin allocations are different to other NUCLEO-144 boards. This is because the STM32F413 has a very high peripheral count: 10x UART, 5x SPI, 3x I2C, 3x CAN. The pinout was chosen to expose all these devices on separate pins except CAN3 which shares a pin with UART1 and SPI1 which shares pins with DAC.
8 lines
220 B
Makefile
8 lines
220 B
Makefile
MCU_SERIES = f4
|
|
CMSIS_MCU = STM32F413xx
|
|
STARTUP_FILE = boards/startup_stm32f413xx.o
|
|
AF_FILE = boards/stm32f413_af.csv
|
|
LD_FILES = boards/stm32f413xh.ld boards/common_ifs.ld
|
|
TEXT0_ADDR = 0x08000000
|
|
TEXT1_ADDR = 0x08060000
|