This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

I am dealing with some code which has lot of arrays in it and i just have the error saying the array is too large

msg m26_t[25];

int get_fastCorrection (Sat* Sat, msg * msg1, msg[4][2],  msg24_t[15], msg * msg6, msg * msg10, msg * msg7, double eps_ltc_m, int rnd_options[8]);

I have multiple arrays in my code like this and the error is the same every where  "which is array is too large" and I am using code composer studio 5.3.0

could any one please try to help me

Thank you.