File tree 3 files changed +17
-14
lines changed
targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F334x8
3 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 38
38
MEMORY
39
39
{
40
40
FLASH (rx) : ORIGIN = MBED_APP_START, LENGTH = MBED_APP_SIZE
41
+ CCMRAM (rw) : ORIGIN = 0x10000000, LENGTH = 4K
41
42
RAM (rwx) : ORIGIN = MBED_RAM_START + VECTORS_SIZE, LENGTH = MBED_RAM_SIZE - VECTORS_SIZE
42
43
}
43
44
@@ -113,7 +114,7 @@ SECTIONS
113
114
114
115
__etext = .;
115
116
_sidata = .;
116
-
117
+
117
118
.data : AT (__etext)
118
119
{
119
120
__data_start__ = .;
@@ -161,7 +162,7 @@ SECTIONS
161
162
. = ALIGN (32);
162
163
__uninitialized_end = .;
163
164
} > RAM
164
-
165
+
165
166
.bss :
166
167
{
167
168
. = ALIGN (8);
Original file line number Diff line number Diff line change 30
30
#endif
31
31
32
32
#if !defined(MBED_RAM_SIZE )
33
- #define MBED_RAM_SIZE 0x4000 // 16 KB
33
+ // 0x20000000 - 0x20002FFF 12K SRAM
34
+ // 0x10000000 - 0x20000FFF 4K CCM SRAM
35
+ #define MBED_RAM_SIZE 0x3000 // 12 KB
34
36
#endif
35
37
36
38
#define NVIC_NUM_VECTORS 98
Original file line number Diff line number Diff line change @@ -370153,7 +370153,7 @@
370153
370153
"write": true
370154
370154
},
370155
370155
"default": true,
370156
- "size": 16384,
370156
+ "size": 12288,
370157
370157
"start": 536870912,
370158
370158
"startup": false
370159
370159
},
@@ -370233,7 +370233,7 @@
370233
370233
"write": true
370234
370234
},
370235
370235
"default": true,
370236
- "size": 16384,
370236
+ "size": 12288,
370237
370237
"start": 536870912,
370238
370238
"startup": false
370239
370239
},
@@ -370313,7 +370313,7 @@
370313
370313
"write": true
370314
370314
},
370315
370315
"default": true,
370316
- "size": 16384,
370316
+ "size": 12288,
370317
370317
"start": 536870912,
370318
370318
"startup": false
370319
370319
},
@@ -370393,7 +370393,7 @@
370393
370393
"write": true
370394
370394
},
370395
370395
"default": true,
370396
- "size": 16384,
370396
+ "size": 12288,
370397
370397
"start": 536870912,
370398
370398
"startup": false
370399
370399
},
@@ -370473,7 +370473,7 @@
370473
370473
"write": true
370474
370474
},
370475
370475
"default": true,
370476
- "size": 16384,
370476
+ "size": 12288,
370477
370477
"start": 536870912,
370478
370478
"startup": false
370479
370479
},
@@ -370633,7 +370633,7 @@
370633
370633
"write": true
370634
370634
},
370635
370635
"default": true,
370636
- "size": 16384,
370636
+ "size": 12288,
370637
370637
"start": 536870912,
370638
370638
"startup": false
370639
370639
},
@@ -370713,7 +370713,7 @@
370713
370713
"write": true
370714
370714
},
370715
370715
"default": true,
370716
- "size": 16384,
370716
+ "size": 12288,
370717
370717
"start": 536870912,
370718
370718
"startup": false
370719
370719
},
@@ -370793,7 +370793,7 @@
370793
370793
"write": true
370794
370794
},
370795
370795
"default": true,
370796
- "size": 16384,
370796
+ "size": 12288,
370797
370797
"start": 536870912,
370798
370798
"startup": false
370799
370799
},
@@ -370873,7 +370873,7 @@
370873
370873
"write": true
370874
370874
},
370875
370875
"default": true,
370876
- "size": 16384,
370876
+ "size": 12288,
370877
370877
"start": 536870912,
370878
370878
"startup": false
370879
370879
},
@@ -370953,7 +370953,7 @@
370953
370953
"write": true
370954
370954
},
370955
370955
"default": true,
370956
- "size": 16384,
370956
+ "size": 12288,
370957
370957
"start": 536870912,
370958
370958
"startup": false
370959
370959
},
@@ -371033,7 +371033,7 @@
371033
371033
"write": true
371034
371034
},
371035
371035
"default": true,
371036
- "size": 16384,
371036
+ "size": 12288,
371037
371037
"start": 536870912,
371038
371038
"startup": false
371039
371039
},
You can’t perform that action at this time.
0 commit comments