From 63d9fe2f35153dbdafc9041fa27057d6c9033a56 Mon Sep 17 00:00:00 2001 From: Ankur Raj Date: Wed, 10 Jul 2024 17:45:21 +0200 Subject: [PATCH] Improve : added base address and size according to RM0394 --- config/chips/L41x_L42x.chip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/chips/L41x_L42x.chip b/config/chips/L41x_L42x.chip index 18730b4..4df40dd 100644 --- a/config/chips/L41x_L42x.chip +++ b/config/chips/L41x_L42x.chip @@ -9,6 +9,6 @@ flash_pagesize 0x800 // 2 KB sram_size 0xa000 // 40 KB bootrom_base 0x1fff0000 bootrom_size 0x7000 // 28 KB -option_base 0x0 -option_size 0x0 +option_base 0x1fff7800 // STM32_L4_OPTION_BYTES_BASE +option_size 0x4 // 4 B flags swo