stm32h743: fix incorrectly defined SRAM3 size
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 450687bc3d90c88eb03809e9f266dec0eb9c2d6a Author: Aidan MacDonald <[email protected]> Date: Tue Jan 13 12:06:21 2026 +0000 stm32h743: fix incorrectly defined SRAM3 size Change-Id: Ia31e22fb2c6e7becf380abf440b03a73ec383582 diff --git a/firmware/target/arm/stm32/cpu-stm32h743.h b/firmware/target/arm/stm32/cpu-stm32h743.h index c0a789708d..add2130f5f 100644 --- a/firmware/target/arm/stm32/cpu-stm32h743.h +++ b/firmware/target/arm/stm32/cpu-stm32h743.h @@ -82,7 +82,7 @@ #define STM32_SRAM2_SIZE (128 * 1024) #define STM32_SRAM3_BASE 0x30040000 -#define STM32_SRAM3_SIZE (128 * 1024) +#define STM32_SRAM3_SIZE (32 * 1024) #define STM32_SRAM4_BASE 0x38000000 #define STM32_SRAM4_SIZE (64 * 1024) -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs