Skip to content

Commit

Permalink
Corrected sram_size for L496x/L4A6x devices
Browse files Browse the repository at this point in the history
(Closes #1268)
  • Loading branch information
Nightwalker-87 committed Oct 23, 2022
1 parent 2087711 commit ff81148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/chips/L496x_L4A6x.chip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ chip_id 0x461 // STM32_CHIPID_L496x_L4A6x
flash_type L4_L4P
flash_size_reg 0x1fff75e0
flash_pagesize 0x800 // 2 KB
sram_size 0x40000 // 256 KB
sram_size 0x50000 // 320 KB
bootrom_base 0x1fff0000
bootrom_size 0x7000 // 28 KB
option_base 0x1fff7800 // STM32_L4_OPTION_BYTES_BASE
Expand Down

0 comments on commit ff81148

Please sign in to comment.