summaryrefslogtreecommitdiff
path: root/util/stm32mon.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/stm32mon.c')
-rw-r--r--util/stm32mon.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/util/stm32mon.c b/util/stm32mon.c
index f96dfdb88a..f13f9c3a0b 100644
--- a/util/stm32mon.c
+++ b/util/stm32mon.c
@@ -53,13 +53,14 @@ struct stm32_def {
uint32_t flash_size;
uint32_t page_size;
} chip_defs[] = {
- {0x416, "STM32L15xxB", 0x08000000, 0x20000, 256},
- {0x427, "STM32L15xxC", 0x08000000, 0x40000, 256},
- {0x420, "STM32F100xx", 0x08000000, 0x20000, 1024},
- {0x410, "STM32F102R8", 0x08000000, 0x10000, 1024},
- {0x440, "STM32F05x", 0x08000000, 0x10000, 1024},
- {0x444, "STM32F03x", 0x08000000, 0x08000, 1024},
- {0x448, "STM32F07xB", 0x08000000, 0x20000, 1024},
+ {0x416, "STM32L15xxB", 0x08000000, 0x20000, 256},
+ {0x429, "STM32L15xxB-A", 0x08000000, 0x20000, 256},
+ {0x427, "STM32L15xxC", 0x08000000, 0x40000, 256},
+ {0x420, "STM32F100xx", 0x08000000, 0x20000, 1024},
+ {0x410, "STM32F102R8", 0x08000000, 0x10000, 1024},
+ {0x440, "STM32F05x", 0x08000000, 0x10000, 1024},
+ {0x444, "STM32F03x", 0x08000000, 0x08000, 1024},
+ {0x448, "STM32F07xB", 0x08000000, 0x20000, 1024},
{ 0 }
};