Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/22/01 06:45
Read: times


 
#17975 - RE: How to set array address
Ary! It is important what kind of C language you are using. In example Raisonance syntax will be diffrent than Keil, I think, but I don't know Keil's C and I am not sure about this.
And this is important, which way your memory is connected to the micro. Is it CODE MEMORY or DATA MEMORY?

But I think you are using data memory. Isn't it? In Raisonance you can define external memory block the same way as in your example:

xdata at <address> <type> <name>

i.e.

typedef struct
{ ....
} MyTypedef

xdata at 0xFF MyTypedef Table1;

Good luck!
Jacek

List of 4 messages in thread
TopicAuthorDate
How to set array address            01/01/70 00:00      
RE: How to set array address            01/01/70 00:00      
RE: How to set array address            01/01/70 00:00      
RE: How to set array address            01/01/70 00:00      

Back to Subject List