diff --git a/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H757xx.py b/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H757xx.py index c11e6d82dd..f781463e29 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H757xx.py +++ b/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H757xx.py @@ -33,7 +33,7 @@ mcu = { (0x20000000, 128, 2), # DTCM, tightly coupled, no DMA, fast (0x24000000, 512, 4), # AXI SRAM. Use this for SDMMC IDMA ops (0x00000400, 63, 2), # ITCM (first 1k removed, to keep address 0 unused) - (0x30040000, 32, 8), # SRAM3. + (0x30040000, 32, 8), # SRAM3. (0x38000000, 64, 1), # SRAM4. ], @@ -42,7 +42,7 @@ mcu = { (0x30000000, 256, 0), # SRAM1, SRAM2 (0x20000000, 64, 2), # DTCM, tightly coupled, no DMA, fast (0x24000000, 128, 4), # AXI SRAM. Use this for SDMMC IDMA ops - (0x30040000, 32, 8), # SRAM3. + (0x30040000, 32, 8), # SRAM3. (0x38000000, 64, 1), # SRAM4. ], 'INSTRUCTION_RAM' : (0x00000400, 63), # ITCM (first 1k removed, to keep address 0 unused) @@ -57,7 +57,7 @@ mcu = { (0x30000000, 256, 8), # SRAM1, SRAM2 (0x24000000, 512, 4), # AXI SRAM. Use this for SDMMC IDMA ops (0x00000400, 63, 2), # ITCM (first 1k removed, to keep address 0 unused) - (0x30040000, 32, 8), # SRAM3. + (0x30040000, 32, 8), # SRAM3. (0x38000000, 64, 1), # SRAM4. ],