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.
2 parents 233360d + 660100d commit e716a18Copy full SHA for e716a18
hal/stm32h5.h
@@ -237,9 +237,9 @@
237
#define FLASH_NS_SR (*(volatile uint32_t *)(FLASH_NS_BASE + 0x20))
238
#define FLASH_NS_CR (*(volatile uint32_t *)(FLASH_NS_BASE + 0x28))
239
240
-#define TZSC_SECCFGR1 *((volatile uint32_t *)(0x50036410))
+#define TZSC_SECCFGR1 *((volatile uint32_t *)(0x50032410))
241
#define TZSC_SECCFGR1_USART3SEC (1 << 14) /* USART3 */
242
-#define TZSC_SECCFGR2 *((volatile uint32_t *)(0x50036414))
+#define TZSC_SECCFGR2 *((volatile uint32_t *)(0x50032414))
243
#define TZSC_SECCFGR2_LPUART1SEC (1 << 25) /* LPUART1 */
244
245
/* Mapping FLASH_SECCR for bank swapping */
0 commit comments