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 4444#define m_interrupts_size 0x00000400
4545
4646#define m_text_start 0x60002400
47- #define m_text_size 0x03FFDC00
47+ #define m_text_size 0x003FDC00
4848
4949#define m_text2_start 0x00000000
5050#define m_text2_size 0x00020000
Original file line number Diff line number Diff line change 4545 m_flash_config (RX) : ORIGIN = 0x60000000 , LENGTH = 0x00001000
4646 m_ivt (RX) : ORIGIN = 0x60001000 , LENGTH = 0x00001000
4747 m_interrupts (RX) : ORIGIN = 0x60002000 , LENGTH = 0x00000400
48- m_text (RX) : ORIGIN = 0x60002400 , LENGTH = 0x03FFDC00
48+ m_text (RX) : ORIGIN = 0x60002400 , LENGTH = 0x003FDC00
4949 m_text2 (RX) : ORIGIN = 0x00000000 , LENGTH = 0x00020000
5050 m_data (RW) : ORIGIN = 0x80000000 , LENGTH = 0x01E00000
5151 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;
4242define symbol m_interrupts_end = 0x600023FF;
4343
4444define symbol m_text_start = 0x60002400;
45- define symbol m_text_end = 0x63FFFFFF ;
45+ define symbol m_text_end = 0x603FFFFF ;
4646
4747define symbol m_text2_start = 0x00000000;
4848define symbol m_text2_end = 0x0001FFFF;
You can’t perform that action at this time.
0 commit comments