Skip to content

Commit 8a5d030

Browse files
authored
Fix STM32F407VG Ram Size (#452)
1 parent bdd793d commit 8a5d030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/genericSTM32F407VGT6.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"stm32cube",
3737
"libopencm3"
3838
],
39-
"name": "STM32F407VG (192k RAM. 1024k Flash)",
39+
"name": "STM32F407VG (128k RAM. 1024k Flash)",
4040
"upload": {
4141
"disable_flushing": false,
42-
"maximum_ram_size": 196608,
42+
"maximum_ram_size": 131072,
4343
"maximum_size": 1048576,
4444
"protocol": "stlink",
4545
"protocols": [

0 commit comments

Comments
 (0)