Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

stm32h743: fix incorrectly defined SRAM3 size

Change-Id: Ia31e22fb2c6e7becf380abf440b03a73ec383582

authored by

Aidan MacDonald and committed by
Solomon Peachy
450687bc adb5e2e4

+1 -1
+1 -1
firmware/target/arm/stm32/cpu-stm32h743.h
··· 82 82 #define STM32_SRAM2_SIZE (128 * 1024) 83 83 84 84 #define STM32_SRAM3_BASE 0x30040000 85 - #define STM32_SRAM3_SIZE (128 * 1024) 85 + #define STM32_SRAM3_SIZE (32 * 1024) 86 86 87 87 #define STM32_SRAM4_BASE 0x38000000 88 88 #define STM32_SRAM4_SIZE (64 * 1024)