From 0c78c4cb2d3cba784ca7e631d7357168e3264700 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Mon, 19 Aug 2024 20:37:57 +1000 Subject: [PATCH] Update configuration.h --- source/Core/BSP/Miniware/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Core/BSP/Miniware/configuration.h b/source/Core/BSP/Miniware/configuration.h index fbc25c09..8a58f9ed 100644 --- a/source/Core/BSP/Miniware/configuration.h +++ b/source/Core/BSP/Miniware/configuration.h @@ -277,8 +277,8 @@ // And also, it doesnt let me write to the last page on my DFU version // So, we put settings on the last section (as we can work with it fine) // And then we use the N-1'th 4K for logo -#define FLASH_LOGOADDR (0x08000000 + (120 * 1024)) -#define SETTINGS_START_PAGE (0x08000000 + (124 * 1024)) +#define FLASH_LOGOADDR (0x08000000 + (124 * 1024)) +#define SETTINGS_START_PAGE (0x08000000 + (127 * 1024)) #else #define FLASH_LOGOADDR (0x08000000 + (62 * 1024)) #define SETTINGS_START_PAGE (0x08000000 + (63 * 1024))