File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
TARGET_ARM_SSG/TARGET_MUSCA_A1
TARGET_MUSCA_A1_S/device/TOOLCHAIN_ARMC6 Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
#endif
38
38
39
39
#if !defined(MBED_RAM_SIZE)
40
- #define MBED_RAM_SIZE S_DATA_SIZE // 0x10000
40
+ #define MBED_RAM_SIZE S_DATA_SIZE // 0x11000
41
41
#endif
42
42
43
43
LR_CODE MBED_ROM_START MBED_ROM_SIZE {
Original file line number Diff line number Diff line change 99
99
/* Increase secure DATA area to run the regression tests on Musca A1 */
100
100
#define S_DATA_SIZE ((TOTAL_RAM_SIZE / 4) * 3)
101
101
#else
102
- #define S_DATA_SIZE (TOTAL_RAM_SIZE / 2)
102
+ #define S_DATA_SIZE (( TOTAL_RAM_SIZE / 2) + 0x1000 )
103
103
#endif
104
104
105
105
#define S_DATA_LIMIT (S_DATA_START + S_DATA_SIZE - 1)
Original file line number Diff line number Diff line change 5454
5454
"overrides" : {
5455
5455
"non-secure-rom-start" : " 0x000a0400" ,
5456
5456
"non-secure-rom-size" : " 0x5f800" ,
5457
- "non-secure-ram-start" : " 0x20010170 " ,
5458
- "non-secure-ram-size" : " 0xfe90 "
5457
+ "non-secure-ram-start" : " 0x20011170 " ,
5458
+ "non-secure-ram-size" : " 0xee90 "
5459
5459
}
5460
5460
},
5461
5461
"ARM_MUSCA_A1_S" : {
5479
5479
"secure-rom-start" : " 0x10020400" ,
5480
5480
"secure-rom-size" : " 0x7f800" ,
5481
5481
"secure-ram-start" : " 0x30000000" ,
5482
- "secure-ram-size" : " 0x10000 "
5482
+ "secure-ram-size" : " 0x11000 "
5483
5483
}
5484
5484
},
5485
5485
"RZ_A1XX" : {
You can’t perform that action at this time.
0 commit comments