tcl/target/stm32wba5x: Fix wrong addresses

According to ST Reference Manual RM093	Rev 7:
- OTP is 0x0BF90000
  2.3.2 Memory map and register boundary addresses, page 84
- DBGMCU registers starts at 0xE0044000
  43.5.1 System debug ROM table, page 1736

Change-Id: I735c6184d9f3fd767d9d776b238e88fcfbe8cc8d
Signed-off-by: Guillaume Faussard <guillaume.faussard@withings.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/9328
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Tested-by: jenkins
Reviewed-by: Ahmed Haoues <ahmed.haoues@st.com>
This commit is contained in:
Guillaume Faussard
2025-12-26 12:09:59 +01:00
committed by Antonio Borneo
parent dab933b3ae
commit b074fea079
2 changed files with 5 additions and 5 deletions

View File

@@ -755,7 +755,7 @@ static const struct stm32l4_part_info stm32l4_parts[] = {
| F_WRP_HAS_LOCK,
.flash_regs_base = 0x40022000,
.fsize_addr = 0x0FF907A0,
.otp_base = 0x0FF90000,
.otp_base = 0x0BF90000,
.otp_size = 512,
},
{