mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
HAL_ChibiOS: enable HSE_BYPASS for NucleoH743
This commit is contained in:
parent
f8aeeb0333
commit
723e8a23fc
@ -7,9 +7,12 @@ MCU STM32H7xx STM32H743xx
|
||||
# crystal frequency
|
||||
OSCILLATOR_HZ 8000000
|
||||
|
||||
define STM32_HSE_BYPASS
|
||||
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 139
|
||||
|
||||
# the nucleo seems to have trouble with flashing the last sector?
|
||||
FLASH_SIZE_KB 1920
|
||||
|
||||
# bootloader is installed at zero offset
|
||||
|
@ -7,9 +7,12 @@ MCU STM32H7xx STM32H743xx
|
||||
# crystal frequency
|
||||
OSCILLATOR_HZ 8000000
|
||||
|
||||
define STM32_HSE_BYPASS
|
||||
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 139
|
||||
|
||||
# the nucleo seems to have trouble with flashing the last sector?
|
||||
FLASH_SIZE_KB 2048
|
||||
|
||||
FLASH_RESERVE_START_KB 128
|
||||
|
Loading…
Reference in New Issue
Block a user