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 61f1710 commit 07bb1e1Copy full SHA for 07bb1e1
hal/stm32h5.h
@@ -217,8 +217,8 @@
217
#define FLASH_SECWM2R_CUR (*(volatile uint32_t *)(FLASH_BASE + 0x1E0))
218
#define FLASH_SECWM2R_PRG (*(volatile uint32_t *)(FLASH_BASE + 0x1E4))
219
220
-#define FLASH_SECWM_START_SHIFT 0
221
-#define FLASH_SECWM_END_SHIFT 16
+#define FLASH_SECWM_STRT_SHIFT 0
+#define FLASH_SECWM_END_SHIFT 16
222
223
#define FLASH_NS_BASE (0x40022000) //RM0481 - Table 3
224
#define FLASH_NS_KEYR (*(volatile uint32_t *)(FLASH_NS_BASE + 0x08))
0 commit comments