Skip to content

Commit 9e0516e

Browse files
Merge pull request #1422 from AkshayPatwardhan/testing
Re-add support for STM32F411xC/xE option bytes read/write
2 parents 5280bcf + 95e8334 commit 9e0516e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/chips/F411xC_xE.chip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ flash_pagesize 0x4000 // 16 KB
99
sram_size 0x20000 // 128 KB
1010
bootrom_base 0x1fff0000
1111
bootrom_size 0x7800 // 30 KB
12-
option_base 0x0
13-
option_size 0x0
12+
option_base 0x40023c14
13+
option_size 0x04
1414
flags swo

0 commit comments

Comments
 (0)