We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1c20d commit c7dd95dCopy full SHA for c7dd95d
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/device/flash_api.c
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/device/flash_data.h
@@ -35,6 +35,10 @@
35
36
#if DEVICE_FLASH
37
38
+#if defined (STM32F427xx) || defined (STM32F437xx)
39
+#define FLASH_SIZE (uint32_t) 0x100000
40
+#endif
41
+
42
/* Exported types ------------------------------------------------------------*/
43
/* Exported constants --------------------------------------------------------*/
44
/* Exported macro ------------------------------------------------------------*/
@@ -53,4 +57,4 @@
53
57
#define ADDR_FLASH_SECTOR_11 ((uint32_t)0x080E0000) /* Base @ of Sector 11, 128 Kbytes */
54
58
55
59
#endif
56
-#endif
60
0 commit comments