Skip to content

Commit 495506d

Browse files
committed
STM32F303xC: correct RAM size
1 parent 8c8aa1c commit 495506d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xC/cmsis_nvic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#endif
3131

3232
#if !defined(MBED_RAM_SIZE)
33-
#define MBED_RAM_SIZE 0xc000 // 48 KB
33+
#define MBED_RAM_SIZE 0xa000 // 40 KB
3434
#endif
3535

3636
#if !defined(MBED_RAM1_START)

tools/arm_pack_manager/index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368139,7 +368139,7 @@
368139368139
"write": true
368140368140
},
368141368141
"default": true,
368142-
"size": 49152,
368142+
"size": 40960,
368143368143
"start": 536870912,
368144368144
"startup": false
368145368145
},
@@ -368809,7 +368809,7 @@
368809368809
"write": true
368810368810
},
368811368811
"default": true,
368812-
"size": 49152,
368812+
"size": 40960,
368813368813
"start": 536870912,
368814368814
"startup": false
368815368815
},
@@ -369159,7 +369159,7 @@
369159369159
"write": true
369160369160
},
369161369161
"default": true,
369162-
"size": 49152,
369162+
"size": 40960,
369163369163
"start": 536870912,
369164369164
"startup": false
369165369165
},
@@ -369254,7 +369254,7 @@
369254369254
"write": true
369255369255
},
369256369256
"default": true,
369257-
"size": 49152,
369257+
"size": 40960,
369258369258
"start": 536870912,
369259369259
"startup": false
369260369260
},

0 commit comments

Comments
 (0)