Overlapping Memory areas in ARM

Hi,

Is there a way to allow memory overlapping in MDK-ARM?

I have tried to use the "__attribute__((at(address)))" but it does not work.

Ex.

unsigned char array1[20] __attribute__((at(0x20002000)));
unsigned char array2[10] __attribute__((at(0x2000200A)));

Parents Reply Children
No data
More questions in this forum