forked from auracaster/openocd
flash/stm32l4x: Fix flash size address for STM32WBA5
Update fsize_addr parameter to reference non-secure memory address Change-Id: I5098f478169bfaac726b96b071b99ca63d25d531 Signed-off-by: HAOUES Ahmed <ahmed.haoues@st.com> Reviewed-on: https://review.openocd.org/c/openocd/+/9357 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
b36de4f539
commit
b9e4016161
@@ -758,7 +758,7 @@ static const struct stm32l4_part_info stm32l4_parts[] = {
|
||||
.flags = F_QUAD_WORD_PROG | F_HAS_TZ | F_HAS_L5_FLASH_REGS
|
||||
| F_WRP_HAS_LOCK,
|
||||
.flash_regs_base = 0x40022000,
|
||||
.fsize_addr = 0x0FF907A0,
|
||||
.fsize_addr = 0x0BF907A0,
|
||||
.otp_base = 0x0BF90000,
|
||||
.otp_size = 512,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user