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.

msp430f5528IRGC ram issues

Hi

We are trying to run bacnet stack on the msp430f5528IRGC controller and we have 8KB sram and 128kbflash memory

and we  are facing memory issue due to RAM.

the stack uses  global and static variables and   they all go to RAM and the size of them is more than 8KB   CCS gives me error that program will not fit into the memory.

I have following question can any one help?

Can we store the  run time static and global variables into flash memory so it doesn't requires much ram ?

Is ccs has any option so that we can run all the code using flash even the global and static variables?