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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/28/05 18:32
Read: times


 
#86040 - memory in keil-help
I have to get the data from the memory into port, i have written the code in keil and debugged. And also i have loaded the values in the corresponding memory locations in KEIL.
while running the program, i couldn't the data from memory(Memory 1). I have used the following part of codes. I have specified the on chip memory locations and sizes in the TARGET. still i couldnt do it. what may be the problem. Please help me in this regard

int ab;
ab=XBYTE[0x4200];
P1=ab;

or

MOV DPTR,#0x4200
MOVX A,@DPTR

List of 36 messages in thread
TopicAuthorDate
memory in keil-help            01/01/70 00:00      
   all the info, please            01/01/70 00:00      
   Back to Basics            01/01/70 00:00      
      is it in evaluation            01/01/70 00:00      
         what is a Keil memory window?            01/01/70 00:00      
         Is the right data in memory.            01/01/70 00:00      
            memory data is correct            01/01/70 00:00      
               please explain            01/01/70 00:00      
                  it's not linking            01/01/70 00:00      
   which is it            01/01/70 00:00      
      I got it - its in X-segment            01/01/70 00:00      
         Loading XDATA into Keil simulator            01/01/70 00:00      
         Read the Bible            01/01/70 00:00      
            Understanding Logic Correctly.            01/01/70 00:00      
               My post            01/01/70 00:00      
                  Wrong thing need to be corrected            01/01/70 00:00      
               or - and            01/01/70 00:00      
            i need help in keil            01/01/70 00:00      
               Are coding in C?            01/01/70 00:00      
                  To be precise...            01/01/70 00:00      
            CDATA LOADING-------NOT OFFENSE            01/01/70 00:00      
               Accessing the CODE area            01/01/70 00:00      
                  Your request is not clear            01/01/70 00:00      
                     Your request is not clear            01/01/70 00:00      
   explanation----problem            01/01/70 00:00      
      WHY            01/01/70 00:00      
         because more memory            01/01/70 00:00      
            still confoosing            01/01/70 00:00      
            Won't fit in CODE space?            01/01/70 00:00      
      OK            01/01/70 00:00      
         RAM, ROM, CODE, XDATA            01/01/70 00:00      
         XCONST - no need for separate Project            01/01/70 00:00      
            I learned Something New            01/01/70 00:00      
   constant delay-----problem            01/01/70 00:00      
      New Thread?            01/01/70 00:00      
      In the new thread            01/01/70 00:00      

Back to Subject List