File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52
TARGET_MCU_NRF52832/device
TARGET_MCU_NRF52840/device Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 14
14
#define MBED_RAM_START 0x20000000
15
15
#define MBED_RAM_SIZE 0x10000
16
16
#else
17
- #define MBED_RAM_START 0x20003800
18
- #define MBED_RAM_SIZE 0xC800
17
+ #define MBED_RAM_START 0x200031D0
18
+ #define MBED_RAM_SIZE 0xCE30
19
19
#endif
20
20
21
21
#define MBED_RAM0_START MBED_RAM_START
Original file line number Diff line number Diff line change 30
30
#define MBED_RAM_START 0x20000000
31
31
#define MBED_RAM_SIZE 0x10000
32
32
#else
33
- #define MBED_RAM_START 0x20003800
34
- #define MBED_RAM_SIZE 0xC800
33
+ #define MBED_RAM_START 0x200031D0
34
+ #define MBED_RAM_SIZE 0xCE30
35
35
#endif
36
36
37
37
#define MBED_RAM0_START MBED_RAM_START
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ if (MBED_APP_START == 0) {
16
16
define symbol MBED_RAM_START = 0x20000000;
17
17
define symbol MBED_RAM_SIZE = 0x10000;
18
18
} else {
19
- define symbol MBED_RAM_START = 0x20003800 ;
20
- define symbol MBED_RAM_SIZE = 0xC800 ;
19
+ define symbol MBED_RAM_START = 0x20003188 ;
20
+ define symbol MBED_RAM_SIZE = 0x3CE78 ;
21
21
}
22
22
23
23
define symbol MBED_RAM0_START = MBED_RAM_START;
Original file line number Diff line number Diff line change 14
14
#define MBED_RAM_START 0x20000000
15
15
#define MBED_RAM_SIZE 0x40000
16
16
#else
17
- #define MBED_RAM_START 0x20003700
18
- #define MBED_RAM_SIZE 0x3C900
17
+ #define MBED_RAM_START 0x20003188
18
+ #define MBED_RAM_SIZE 0x3CE78
19
19
#endif
20
20
21
21
#define MBED_RAM0_START MBED_RAM_START
Original file line number Diff line number Diff line change 30
30
#define MBED_RAM_START 0x20000000
31
31
#define MBED_RAM_SIZE 0x40000
32
32
#else
33
- #define MBED_RAM_START 0x20003700
34
- #define MBED_RAM_SIZE 0x3C900
33
+ #define MBED_RAM_START 0x20003188
34
+ #define MBED_RAM_SIZE 0x3CE78
35
35
#endif
36
36
37
37
#define MBED_RAM0_START MBED_RAM_START
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ if (MBED_APP_START == 0) {
16
16
define symbol MBED_RAM_START = 0x20000000;
17
17
define symbol MBED_RAM_SIZE = 0x40000;
18
18
} else {
19
- define symbol MBED_RAM_START = 0x20003700 ;
20
- define symbol MBED_RAM_SIZE = 0x3C900 ;
19
+ define symbol MBED_RAM_START = 0x20003188 ;
20
+ define symbol MBED_RAM_SIZE = 0x3CE78 ;
21
21
}
22
22
23
23
define symbol MBED_RAM0_START = MBED_RAM_START;
You can’t perform that action at this time.
0 commit comments