diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/standalone.ld b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/standalone.ld index 8ee3fe2f84..557828c279 100644 --- a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/standalone.ld +++ b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/standalone.ld @@ -37,7 +37,7 @@ SECTIONS .text : { KEEP(*(.isr_vector)) - *(.text) + *(.text*) *(.rodata*) _etext = .; } > FLASH