Skip to content

Commit

Permalink
Merge pull request #1422 from AkshayPatwardhan/testing
Browse files Browse the repository at this point in the history
Re-add support for STM32F411xC/xE option bytes read/write
  • Loading branch information
Nightwalker-87 authored Oct 11, 2024
2 parents 5280bcf + 95e8334 commit 9e0516e
Showing 1 changed file with 2 additions and 2 deletions.
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 9e0516e

Please sign in to comment.