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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/11/04 22:57
Read: times


 
#68334 - RE: How data variables are allocated ?
Responding to: ???'s previous message
Plus....on top of that I know the Keil linker has parameters wherein you can specify the areas of address range where XDATA is actually located.

Look specifically at the command line control called XDATA that is described in the Keil Assembler/Utilities manual. (Try section 9 at approximately page 350). In the source code you would place the data variables you wanted to place in the unused on-board XRAM space to be in a particular segment. The XDATA directive then allows you to specify a specific start address for the group of data variables that you placed in this segment. Should work right sweet for your needs.

Michael Karas


List of 8 messages in thread
TopicAuthorDate
How data variables are allocated ?            01/01/70 00:00      
   RE: How data variables are allocated ?            01/01/70 00:00      
      RE: How data variables are allocated ?            01/01/70 00:00      
         RE: How data variables are allocated ?            01/01/70 00:00      
            RE: How data variables are allocated ?            01/01/70 00:00      
               RE: How data variables are allocated ?            01/01/70 00:00      
                  RE: How data variables are allocated ?            01/01/70 00:00      
                     RE: How data variables are allocated ?            01/01/70 00:00      

Back to Subject List