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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/16/05 06:59
Read: times


 
#93470 - Writing into Data memory of 8051 in C
Responding to: ???'s previous message
Hi,
Can u please tell me what do u mean by IAP feature?

And if I am going to write in Idata then how does the compiler differentiate the address in code memory and data memory??
because same address will be there in code memory as well as data memory.

when u take a pointer say

int *ptr;
ptr = address;
*ptr = valu;

will this work???

please let me know

Sachin

List of 10 messages in thread
TopicAuthorDate
Writing into Data memory of 8051 in C            01/01/70 00:00      
    Writing into Data memory of 8051 in C            01/01/70 00:00      
      Writing into Data memory of 8051 in C            01/01/70 00:00      
         Writing into Data memory of 8051 in C            01/01/70 00:00      
   its very clever            01/01/70 00:00      
      SDCC            01/01/70 00:00      
         writing a value in data memory 8051            01/01/70 00:00      
            8051 harvard arch. then how its possible            01/01/70 00:00      
               C, memory, and address spaces            01/01/70 00:00      
   its even simpler            01/01/70 00:00      

Back to Subject List