micropython/ports/stm32/boards/MIKROE_QUAIL/mpconfigboard.mk
Lorenzo Cappelletti 8f0e304e65 stm32/boards: Add new board MikroElektronika Quail, and F427 support.
Quail (https://www.mikroe.com/quail, PID: MIKROE-1793) is based on an
STM32F427VI CPU, featuring 2048 kB of Flash memory and 192 kB of RAM.  An
on-board Cypress S25FL164K adds 8 MB of SPI Flash.

Quail has 4 mikroBUS(TM) sockets for Mikroe click(TM) board connectivity,
along with 24 screw terminals for connecting additional electronics and two
USB ports (one for programming, the other for external mass storage).

4 UARTs, 2 SPIs and 1 I2C bus are available for communication.

Signed-off-by: Lorenzo Cappelletti <lorenzo.cappelletti@gmail.com>
2021-11-19 16:33:13 +11:00

11 lines
369 B
Makefile

MCU_SERIES = f4
CMSIS_MCU = STM32F427xx
LD_FILES = boards/stm32f427xi.ld boards/common_ifs.ld
TEXT0_ADDR = 0x08000000
TEXT1_ADDR = 0x08020000
# According to the datasheet, page 75, table 12, the alternate functions
# of STM32F427xx and STM32F429xx are exactly the same.
# See https://www.st.com/resource/en/datasheet/stm32f427vi.pdf.
AF_FILE = boards/stm32f429_af.csv