We have a similar problem but we have arrays that are 16K+ in total size. The linker wants to move this array into data flash or data ram but there isn't enough space.
We just want to keep all of our arrays in program flash and access it there since there is 128K flash there. Nothing works, constants, __pmem, making our own memory sections...
Anyone have the answer to this simple need?