ardupilot/libraries/AP_HAL_ChibiOS/hwdef/Nucleo-G491/hwdef-bl.dat

56 lines
899 B
Plaintext

# hw definition file for processing by chibios_pins.py
# MCU class and specific type
MCU STM32G491 STM32G491xx
FLASH_RESERVE_START_KB 0
FLASH_BOOTLOADER_LOAD_KB 36
# reserve some space for params
APP_START_OFFSET_KB 4
# board ID for firmware load
APJ_BOARD_ID 1040
# setup build for a peripheral firmware
env AP_PERIPH 1
# enable CAN support
PB8 CAN1_RX CAN1
PB9 CAN1_TX CAN1
CAN_ORDER 1
# crystal frequency
OSCILLATOR_HZ 24000000
# assume 256k flash part
FLASH_SIZE_KB 256
#STDOUT_SERIAL SD1
#STDOUT_BAUDRATE 115200
# order of UARTs
SERIAL_ORDER
# a fault LED
PA5 LED_BOOTLOADER OUTPUT LOW
define HAL_LED_ON 1
define HAL_NO_GPIO_IRQ
define HAL_USE_EMPTY_IO TRUE
define PORT_INT_REQUIRED_STACK 64
define DMA_RESERVE_SIZE 0
define HAL_DISABLE_LOOP_DELAY
# debugger support
PA13 JTMS-SWDIO SWD
PA14 JTCK-SWCLK SWD
# use a small bootloader timeout
define HAL_BOOTLOADER_TIMEOUT 1000