Merge pull request #654 from danielinux/stm32h5_fix_gtzc1_base

STM32H5: Fixed GTZC1 base address
pull/655/head
Mattia Moffa 2025-12-24 15:01:42 +01:00 committed by GitHub
commit e716a18405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -237,9 +237,9 @@
#define FLASH_NS_SR (*(volatile uint32_t *)(FLASH_NS_BASE + 0x20))
#define FLASH_NS_CR (*(volatile uint32_t *)(FLASH_NS_BASE + 0x28))
#define TZSC_SECCFGR1 *((volatile uint32_t *)(0x50036410))
#define TZSC_SECCFGR1 *((volatile uint32_t *)(0x50032410))
#define TZSC_SECCFGR1_USART3SEC (1 << 14) /* USART3 */
#define TZSC_SECCFGR2 *((volatile uint32_t *)(0x50036414))
#define TZSC_SECCFGR2 *((volatile uint32_t *)(0x50032414))
#define TZSC_SECCFGR2_LPUART1SEC (1 << 25) /* LPUART1 */
/* Mapping FLASH_SECCR for bank swapping */