Skip to content

Commit

Permalink
Re-add support for STM32F411xC/xE option bytes read/write
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AkshayPatwardhan committed Aug 27, 2024
1 parent e493109 commit 2cec12d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added config/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions config/chips/F411xC_xE.chip
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ flash_pagesize 0x4000 // 16 KB
sram_size 0x20000 // 128 KB
bootrom_base 0x1fff0000
bootrom_size 0x7800 // 30 KB
option_base 0x0
option_size 0x0
option_base 0x40023c14
option_size 0x04
flags swo

0 comments on commit 2cec12d

Please sign in to comment.