2024-01-27 20:43:20 -04:00
|
|
|
# hw definition file for processing by chibios_pins.py
|
|
|
|
# for Matek H7A3 bootloader
|
|
|
|
|
|
|
|
# MCU class and specific type
|
|
|
|
MCU STM32H7xx STM32H7A3xx
|
|
|
|
|
|
|
|
# board ID for firmware load
|
|
|
|
APJ_BOARD_ID AP_HW_MatekH7A3
|
|
|
|
|
|
|
|
# crystal frequency, setup to use external oscillator
|
|
|
|
OSCILLATOR_HZ 8000000
|
|
|
|
|
|
|
|
FLASH_SIZE_KB 2048
|
|
|
|
|
|
|
|
# bootloader starts at zero offset
|
|
|
|
FLASH_RESERVE_START_KB 0
|
|
|
|
|
|
|
|
# the location where the bootloader will put the firmware
|
|
|
|
# the H7A3 has 8k sectors
|
|
|
|
FLASH_BOOTLOADER_LOAD_KB 32
|
|
|
|
|
|
|
|
|
|
|
|
# order of UARTs (and USB). Allow bootloading on USB and telem1
|
2024-03-31 06:16:16 -03:00
|
|
|
SERIAL_ORDER OTG1 USART1
|
2024-01-27 20:43:20 -04:00
|
|
|
|
2024-03-31 06:16:16 -03:00
|
|
|
# USART1 (telem1)
|
|
|
|
PB15 USART1_RX USART1 NODMA
|
|
|
|
PB14 USART1_TX USART1 NODMA
|
2024-01-27 20:43:20 -04:00
|
|
|
|
|
|
|
# PA10 IO-debug-console
|
|
|
|
PA11 OTG_HS_DM OTG1
|
|
|
|
PA12 OTG_HS_DP OTG1
|
|
|
|
|
2024-03-31 06:16:16 -03:00
|
|
|
# PA13 JTMS-SWDIO SWD
|
|
|
|
# PA14 JTCK-SWCLK SWD
|
2024-01-27 20:43:20 -04:00
|
|
|
|
|
|
|
# make sure Vsw is on during bootloader
|
2024-03-31 06:16:16 -03:00
|
|
|
PC13 PINIO1 OUTPUT LOW
|
2024-01-27 20:43:20 -04:00
|
|
|
|
2024-03-31 06:16:16 -03:00
|
|
|
PA14 LED_BOOTLOADER OUTPUT LOW
|
2024-01-27 20:43:20 -04:00
|
|
|
define HAL_LED_ON 0
|
|
|
|
|
|
|
|
# Add CS pins to ensure they are high in bootloader
|
2024-03-31 06:16:16 -03:00
|
|
|
PC4 IMU_CS CS
|
|
|
|
PB2 MAX7456_CS CS
|
|
|
|
PC15 FLASH_CS CS
|
|
|
|
PC14 SD_CS CS
|