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.

CCS/TMS570LS1224: Memory mapping how it works

Part Number: TMS570LS1224


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