This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Place static variable in RAM?

Hi All

If I declare a variable (or a data struct) static, the data is placed in the IRAM.
I guess the static data is moved to the IRAM before the "main" in called and probally also before the SDRAM is up running.

But is it possible to locate any static declared data to RAM instead of IRAM?

Thomas

0