From 603d9f690728f01d49ce0e8c5c839e5e8e22dd06 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 2 Mar 2019 09:01:11 +1100 Subject: [PATCH] HAL_ChibiOS: fixed typo in ITCM base address --- libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H743xx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H743xx.py b/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H743xx.py index 327397b6ac..8c2a316560 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H743xx.py +++ b/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H743xx.py @@ -21,7 +21,7 @@ mcu = { (0x24000000, 512, 1), # AXI SRAM (0x30000000, 288, 1), # SRAM1, SRAM2, SRAM3 (0x38000000, 64, 1), # SRAM4 - (0x00004000, 63, 2), # ITCM (first 1k removed, to keep address 0 unused) + (0x00000400, 63, 2), # ITCM (first 1k removed, to keep address 0 unused) (0x20000000, 128, 2), # DTCM, tightly coupled, no DMA ] }