summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2024-05-11 11:15:13 +0200
committerTormod Volden <debian.tormod@gmail.com>2024-05-11 11:37:17 +0200
commitece4d4095795833c845a64c9109e2aaf752b6621 (patch)
tree8fe2019e8506f9195c2bbe5b3021bf431674517d
parent9c1c773c1092b0f8efd18418bda6db1826c57d4f (diff)
dev_table: Fix up option byte range for device 0x497
Unlike all other ranges in the table, the option byte range is inclusive. Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r--dev_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev_table.c b/dev_table.c
index a7d34a9..dbd7e8c 100644
--- a/dev_table.c
+++ b/dev_table.c
@@ -145,7 +145,7 @@ const stm32_dev_t devices[] = {
{0x494, "STM32WB10xx/15xx" , 0x20005000, 0x20040000, 0x08000000, 0x08050000, 1, p_2k , 0x1FFF7800, 0x1FFF787F, 0x1FFF0000, 0x1FFF7000, 0},
{0x495, "STM32WB30(5)xx/50(5)xx" , 0x20004000, 0x2000C000, 0x08000000, 0x08100000, 1, p_4k , 0x1FFF8000, 0x1FFF807F, 0x1FFF0000, 0x1FFF7000, 0},
/* WL */
- {0x497, "STM32WLE5xx/WL55xx" , 0x20002000, 0x20010000, 0x08000000, 0x08040000, 1, p_2k , 0x1FFF7800, 0x1FFF8000, 0x1FFF0000, 0x1FFF4000, 0},
+ {0x497, "STM32WLE5xx/WL55xx" , 0x20002000, 0x20010000, 0x08000000, 0x08040000, 1, p_2k , 0x1FFF7800, 0x1FFF7FFF, 0x1FFF0000, 0x1FFF4000, 0},
/* U5 */
{0x482, "STM32U575xx/585xx" , 0x20004000, 0x200C0000, 0x08000000, 0x08200000, 1, p_8k , 0 , 0 , 0x0BF90000, 0x0BFA0000, 0},
/* These are not (yet) in AN2606: */