Browse Source

HAL_ChibiOS: enable HSE_BYPASS for NucleoH743

mission-4.1.18
Andrew Tridgell 6 years ago
parent
commit
723e8a23fc
  1. 3
      libraries/AP_HAL_ChibiOS/hwdef/NucleoH743/hwdef-bl.dat
  2. 3
      libraries/AP_HAL_ChibiOS/hwdef/NucleoH743/hwdef.dat

3
libraries/AP_HAL_ChibiOS/hwdef/NucleoH743/hwdef-bl.dat

@ -7,9 +7,12 @@ MCU STM32H7xx STM32H743xx @@ -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

3
libraries/AP_HAL_ChibiOS/hwdef/NucleoH743/hwdef.dat

@ -7,9 +7,12 @@ MCU STM32H7xx STM32H743xx @@ -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…
Cancel
Save