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

Constant variable

I have declared around 15 variables as,

code constant float var1 = 1.0;
code constant float var2 = 3.5;
.
.
.
.

when i see my file.m51 the file is showing these variables are located in xdata.

i am using 8031 with external EPROM memory of 64kb and external RAM of 8KB.

i do not know what is happening?

can anybody tell what might be cause for the problem?

0