Tool/software: Code Composer Studio
Hi
I have a lot of float variables and float arrays, which I use to store the calculations
BUUT I also have a lot of STATIC CONST FLOAT ARRAYS. And big ones. Like really big. I was wondering...
Where are the variables saved on memory when compiling? does normal (non const) variables go to RAM? and Where are CONST variables saved?
Thanks in advance