From ccdceba6a73359dc34f11ec7a4c7af44d56e1066 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 11 Apr 2023 08:23:33 +0000 Subject: [PATCH] Small fix to STM32F4xx EFL driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16213 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/STM32/STM32F4xx/hal_efl_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/ports/STM32/STM32F4xx/hal_efl_lld.h b/os/hal/ports/STM32/STM32F4xx/hal_efl_lld.h index 9281d22bd..73eae8e66 100644 --- a/os/hal/ports/STM32/STM32F4xx/hal_efl_lld.h +++ b/os/hal/ports/STM32/STM32F4xx/hal_efl_lld.h @@ -81,7 +81,7 @@ */ #define STM32_FLASH_NUMBER_OF_BANKS 1 #define STM32_FLASH1_SIZE 128U -#define STM32_FLASH2_SIZE 512U +#define STM32_FLASH2_SIZE 256U #define STM32_FLASH3_SIZE 384U #define STM32_FLASH4_SIZE 512U #define STM32_FLASH1_SECTORS_TOTAL 5