Sorry I did not make it clear.
I use MSC8156EVM board, which is a six-core SC3850 architecture. In my program, I have to use a lot of large arrays.
This, for instance, is what I did,
#define SIZE 20000
...
...
void main()
{
int din[SIZE];
...
...
CRC(din,g);
Seg(din,F);
}
I use codewarrior 10.1.5, it gives me this error:
Fatal: LCF configuration: no physical layout result;physical memory M3. Memory size is 0x001000000 and the requested size is 0x00112c00