Tool/software: TI C/C++ Compiler
Hello,
Working on TDA2xx, compiling for M4 and DSP cores.
When trying do define a very large global array, from some reason the actual array after compilation results in a much smaller size (can also be seen on the map file)
i.e:
unsigned char ARR[0x2A000000] result in ARR being only 0xA000000 bytes.
This happens both with M4 compiler (tried on versions TI.5.2.8 & TI.16.9.2.LTE) and with DSP compiler (tested with version v8.1.0 )
Can you please help resolve this problem ?
(B.T.W this happens also when i tried to split the total size into several dimensions and defining a multidimensional array (ARR[][][] ..))
Thanks
Guy