File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/device Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
#define m_interrupts_size 0x00000400
45
45
46
46
#define m_text_start 0x60002400
47
- #define m_text_size 0x03FFDC00
47
+ #define m_text_size 0x003FDC00
48
48
49
49
#define m_text2_start 0x00000000
50
50
#define m_text2_size 0x00020000
Original file line number Diff line number Diff line change 45
45
m_flash_config (RX) : ORIGIN = 0x60000000, LENGTH = 0x00001000
46
46
m_ivt (RX) : ORIGIN = 0x60001000, LENGTH = 0x00001000
47
47
m_interrupts (RX) : ORIGIN = 0x60002000, LENGTH = 0x00000400
48
- m_text (RX) : ORIGIN = 0x60002400, LENGTH = 0x03FFDC00
48
+ m_text (RX) : ORIGIN = 0x60002400, LENGTH = 0x003FDC00
49
49
m_text2 (RX) : ORIGIN = 0x00000000, LENGTH = 0x00020000
50
50
m_data (RW) : ORIGIN = 0x80000000, LENGTH = 0x01E00000
51
51
m_ncache (RW) : ORIGIN = 0x81E00000, LENGTH = 0x00200000
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ define symbol m_interrupts_start = 0x60002000;
42
42
define symbol m_interrupts_end = 0x600023FF;
43
43
44
44
define symbol m_text_start = 0x60002400;
45
- define symbol m_text_end = 0x63FFFFFF ;
45
+ define symbol m_text_end = 0x603FFFFF ;
46
46
47
47
define symbol m_text2_start = 0x00000000;
48
48
define symbol m_text2_end = 0x0001FFFF;
You can’t perform that action at this time.
0 commit comments