This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi everyone,
Whenever my code lines exceed a limit, I keep receiving the following error: "program will not fit into available memory. placement with alignment/blocking fails for section ".text" size 0x19d8 page 0."
Here is also a snapshot of my available memory ranges for .text data:
RAMM0 size: 0x2de unused: 0x1 max hole: 0x1
RAMD0 size: 0x800 unused: 0x6 max hole: 0x6
RAMLS1 size: 0x800 unused: 0x5 max hole: 0x5
RAMLS2 size: 0x800 unused: 0x627 max hole: 0x627
RAMLS3 size: 0x800 unused: 0x800 max hole: 0x800
RAMLS4 size: 0x800 unused: 0x800 max hole: 0x800
It seems like I have enough free memory spaces (RAMLS2 and onwards) but the data pointer somehow gets stuck at some point.
Any help is highly appreciated,
Amir