Part Number: MSP430F5659
Tool/software: Code Composer Studio
Good morning TI experts,
today I'm here because I have an issue related to arrays' compiling.
I need to load in my project this very big data array:
char example[]= { 164,74,196,74,229,82,5,83,39,91,71,91,72,91,104,99,136,99,169,99,169,107,169... }; /* total size= 124160*/
And, as expected, I have this error: #96 array is too large.
In my project properties I have selected large code memory model and restricted data memory model; so, I know that the maximum data size in this case is 64kB for each individual object, isn't it?!
But if I have to work with bigger data array (such as "example") which is the best way to avoid this problem?
Your advice and help would be really apreciated,
Thanks & Kind regards,
Maria Angela