Skip to content

Commit ff81148

Browse files
committedOct 23, 2022
Corrected sram_size for L496x/L4A6x devices
(Closes #1268)
1 parent 2087711 commit ff81148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config/chips/L496x_L4A6x.chip

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ chip_id 0x461 // STM32_CHIPID_L496x_L4A6x
66
flash_type L4_L4P
77
flash_size_reg 0x1fff75e0
88
flash_pagesize 0x800 // 2 KB
9-
sram_size 0x40000 // 256 KB
9+
sram_size 0x50000 // 320 KB
1010
bootrom_base 0x1fff0000
1111
bootrom_size 0x7000 // 28 KB
1212
option_base 0x1fff7800 // STM32_L4_OPTION_BYTES_BASE

0 commit comments

Comments
 (0)