Hi All,
I Sreenivasa, I am writing an application using Tiva C series MCU having 32k of RAM, where I am trying to allocate heap space of 2000 but it is showing following exception.
Trial_Link_CSU.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup.o(STACK).
Trial_Link_CSU.axf: Error: L6406E: No space in execution regions with .ANY selector matching picojpeg.o(.data).
Trial_Link_CSU.axf: Error: L6406E: No space in execution regions with .ANY selector matching variables.o(.bss).
Trial_Link_CSU.axf: Error: L6406E: No space in execution regions with .ANY selector matching mmc-ek-lm4f232h5qd.o(.data).
Trial_Link_CSU.axf: Error: L6407E: Sections of aggregate size 0x168 bytes could not fit into .ANY selector(s).
when I tried with 1000 bytes allocation it works fine.Could anyone help me to resolve this issue.