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 24f4738 commit 9298365Copy full SHA for 9298365
targets/TARGET_Maxim/TARGET_MAX32670/Libraries/CMSIS/Device/Maxim/MAX32670/Include/max32670.h
@@ -210,7 +210,7 @@ typedef enum {
210
#define MXC_FLASH0_MEM_BASE 0x10000000UL
211
#define MXC_FLASH_MEM_BASE MXC_FLASH0_MEM_BASE
212
#define MXC_FLASH_PAGE_SIZE 0x00002000UL
213
-#define MXC_FLASH_MEM_SIZE 0x00060000UL
+#define MXC_FLASH_MEM_SIZE (0x00060000UL - MXC_FLASH_PAGE_SIZE)
214
#define MXC_INFO0_MEM_BASE 0x10800000UL
215
#define MXC_INFO_MEM_BASE MXC_INFO0_MEM_BASE
216
#define MXC_INFO_MEM_SIZE 0x00004000UL
0 commit comments