We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224d0ea commit 847f1f1Copy full SHA for 847f1f1
1 file changed
hal/stm32_tz.c
@@ -278,8 +278,8 @@ void hal_tz_sau_init(void)
278
sau_init_region(1, WOLFBOOT_PARTITION_BOOT_ADDRESS,
279
WOLFBOOT_PARTITION_BOOT_ADDRESS + WOLFBOOT_PARTITION_SIZE - 1, 0);
280
281
- /* Non-secure RAM region in SRAM1/SRAM2 (STM32L5x2: 0x2000_0000..0x2003_FFFF) */
282
- sau_init_region(2, 0x20000000, 0x2003FFFF, 0);
+ /* Non-secure RAM region */
+ sau_init_region(2, 0x20050000, 0x2008FFFF, 0);
283
284
/* Non-secure: internal peripherals */
285
sau_init_region(3, 0x40000000, 0x4FFFFFFF, 0);
0 commit comments