diff --git a/firmware/hw_layer/ports/stm32/stm32f4/global_port.h b/firmware/hw_layer/ports/stm32/stm32f4/global_port.h index 7477a4e0cb..98023fe2ad 100644 --- a/firmware/hw_layer/ports/stm32/stm32f4/global_port.h +++ b/firmware/hw_layer/ports/stm32/stm32f4/global_port.h @@ -11,6 +11,7 @@ #define CCM_OPTIONAL #define SDRAM_OPTIONAL #define NO_CACHE +#else // CCM memory is 64k #define CCM_OPTIONAL __attribute__((section(".ram4"))) #define SDRAM_OPTIONAL __attribute__((section(".ram7")))