I think i got to a point where i can't do much. But maybe there is still hope and someone could help me out.
I'm quite sure the problem is that i am having several big global Arrays. (Sadly they have to be global and that big. I know that would have been the easiest solution) Searching for a other solution i found this article:
Region ram overflowed and section .text will not fit region ram
Where he increases the ram size in the flash.Id file. However as i am quite new to Microchip Studios, i'am not really sure it that is not making it even worse. So does it work? Or has anyone a other idea?
MEMORY
{
rom (rx) : ORIGIN = 0x00400000, LENGTH = 0x00100000 /* flash, 1024K */
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00020000 /* sram, 128K */
}
should i maybe post my full linkerScript? Is there anything helpfull?
greetings, Dominik