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

OPtimization of constants with keil

In my code I have many of constants have same value. I cannot use same name of constant due to logic.

On optimization will keil take different memory of each or same memory.

I am using three setting of optimization:
1. O0
2. Cross + microlib + O2
3. Cross + Time + O3

0