I am using IAR with MSP430. Running very low on code memory.
Are there tips on how to reduce memory on IAR?
I have setting for "Size" optimization and linker optimization checked. Any thing in IAR setting which can help?
Also I noticed that defined const array keeps array in RAM.
How to move const array/variables to FLASH and then call in function also?