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.

f28355 where in the memory are vectors saved?

Hi,

I have problem declaring big vectors (size 1024). I'm wondering where they are saved so that I can increase that section. I tried using arrays instead and it works fine because I know they are saved on the stack which means increasing the size of .stack enables larger arrays.

Where are the vectors saved