Skip to content

Commit 2cec12d

Browse files
Re-add support for STM32F411xC/xE option bytes read/write
Fix STM32F411xC/xE chip file. For some reason, support for STM32F411 was removed along the way? As far as I can tell - this was supported via #1141 , but looks like it got removed along the way.
1 parent e493109 commit 2cec12d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.DS_Store

6 KB
Binary file not shown.

config/.DS_Store

6 KB
Binary file not shown.

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)