Skip to content

Commit b40ab36

Browse files
Incerased LPC55S69_NS heap in IAR linker script for TLS purpose.
1 parent 0adb47b commit b40ab36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC55S69/TARGET_M33_NS/device/TOOLCHAIN_IAR/LPC55S69_cm33_core0_flash.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ define region CSTACK_region = mem:[from m_data_end-__size_cstack__+1 to m_data_e
126126
define region m_interrupts_ram_region = mem:[from m_interrupts_ram_start to m_interrupts_ram_end];
127127

128128
define block CSTACK with alignment = 8, size = __size_cstack__ { };
129-
define block HEAP with alignment = 8, size = __size_heap__ { };
129+
define block HEAP with expanding size, alignment = 8, minimum size = __heap_size__ { };
130130
define block RW { readwrite };
131131
define block ZI { zi };
132132

0 commit comments

Comments
 (0)