Skip to content

Commit ab81b7d

Browse files
committed
Fixed memory size for F413ZH boards // Resolves #656
1 parent 985202b commit ab81b7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

boards/disco_f413zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"name": "ST 32F413HDISCOVERY",
3737
"upload": {
3838
"maximum_ram_size": 327680,
39-
"maximum_size": 524288,
39+
"maximum_size": 1572864,
4040
"protocol": "stlink",
4141
"protocols": [
4242
"jlink",

boards/nucleo_f413zh.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
],
3131
"name": "ST Nucleo F413ZH",
3232
"upload": {
33-
"maximum_ram_size": 131072,
34-
"maximum_size": 524288,
33+
"maximum_ram_size": 327680,
34+
"maximum_size": 1572864,
3535
"protocol": "stlink",
3636
"protocols": [
3737
"jlink",

0 commit comments

Comments
 (0)