mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -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
|
# crystal frequency
|
||||||
OSCILLATOR_HZ 8000000
|
OSCILLATOR_HZ 8000000
|
||||||
|
|
||||||
|
define STM32_HSE_BYPASS
|
||||||
|
|
||||||
# board ID for firmware load
|
# board ID for firmware load
|
||||||
APJ_BOARD_ID 139
|
APJ_BOARD_ID 139
|
||||||
|
|
||||||
|
# the nucleo seems to have trouble with flashing the last sector?
|
||||||
FLASH_SIZE_KB 1920
|
FLASH_SIZE_KB 1920
|
||||||
|
|
||||||
# bootloader is installed at zero offset
|
# bootloader is installed at zero offset
|
||||||
|
@ -7,9 +7,12 @@ MCU STM32H7xx STM32H743xx
|
|||||||
# crystal frequency
|
# crystal frequency
|
||||||
OSCILLATOR_HZ 8000000
|
OSCILLATOR_HZ 8000000
|
||||||
|
|
||||||
|
define STM32_HSE_BYPASS
|
||||||
|
|
||||||
# board ID for firmware load
|
# board ID for firmware load
|
||||||
APJ_BOARD_ID 139
|
APJ_BOARD_ID 139
|
||||||
|
|
||||||
|
# the nucleo seems to have trouble with flashing the last sector?
|
||||||
FLASH_SIZE_KB 2048
|
FLASH_SIZE_KB 2048
|
||||||
|
|
||||||
FLASH_RESERVE_START_KB 128
|
FLASH_RESERVE_START_KB 128
|
||||||
|
Loading…
Reference in New Issue
Block a user