Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 9:2f993be74e92, committed 2022-03-30
- 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