Zoltan Hudak / BLACKPILL_Custom_Target

Files at this revision

API Documentation at this revision

Comitter:
hudakz
Date:
Wed Mar 30 09:55:17 2022 +0000
Parent:
8:843855a8c583
Commit message:
Fixed the "flash_data.h" file for the TARGET_BLACKPILL_F411CE.

Changed in this revision

TARGET_BLACKPILL_F411CE/flash_data.h Show annotated file Show diff for this revision Revisions of this file
--- a/TARGET_BLACKPILL_F411CE/flash_data.h	Wed Mar 23 07:25:06 2022 +0000
+++ b/TARGET_BLACKPILL_F411CE/flash_data.h	Wed Mar 30 09:55:17 2022 +0000
@@ -48,8 +48,8 @@
 #define ADDR_FLASH_SECTOR_3     ((uint32_t)0x0800C000) /* Base @ of Sector 3, 16 Kbytes */
 #define ADDR_FLASH_SECTOR_4     ((uint32_t)0x08010000) /* Base @ of Sector 4, 64 Kbytes */
 #define ADDR_FLASH_SECTOR_5     ((uint32_t)0x08020000) /* Base @ of Sector 5, 128 Kbytes */
-#define ADDR_FLASH_SECTOR_5     ((uint32_t)0x08040000) /* Base @ of Sector 6, 128 Kbytes */
-#define ADDR_FLASH_SECTOR_5     ((uint32_t)0x08060000) /* Base @ of Sector 7, 128 Kbytes */
+#define ADDR_FLASH_SECTOR_6     ((uint32_t)0x08040000) /* Base @ of Sector 6, 128 Kbytes */
+#define ADDR_FLASH_SECTOR_7     ((uint32_t)0x08060000) /* Base @ of Sector 7, 128 Kbytes */
 
 #endif
 #endif