From 1b1a3cd90688fa3adc8cb7c0ad29353f1be74478 Mon Sep 17 00:00:00 2001 From: Beslan Date: Thu, 16 Dec 2021 17:58:58 +0300 Subject: [PATCH] flash sector --- flash_data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flash_data.h b/flash_data.h index c3c3a43..05cddd7 100644 --- a/flash_data.h +++ b/flash_data.h @@ -48,8 +48,8 @@ #define ADDR_FLASH_SECTOR_3 ((uint32_t)0x08018000) /* Base @ of Sector 3, 32 Kbytes */ #define ADDR_FLASH_SECTOR_4 ((uint32_t)0x08020000) /* Base @ of Sector 4, 128 Kbytes */ #define ADDR_FLASH_SECTOR_5 ((uint32_t)0x08040000) /* Base @ of Sector 5, 256 Kbytes */ -//#define ADDR_FLASH_SECTOR_6 ((uint32_t)0x08080000) /* Base @ of Sector 6, 256 Kbytes */ -//#define ADDR_FLASH_SECTOR_7 ((uint32_t)0x080C0000) /* Base @ of Sector 7, 256 Kbytes */ +#define ADDR_FLASH_SECTOR_6 ((uint32_t)0x08080000) /* Base @ of Sector 6, 256 Kbytes */ +#define ADDR_FLASH_SECTOR_7 ((uint32_t)0x080C0000) /* Base @ of Sector 7, 256 Kbytes */ #endif #endif