• Want to know the difference
    I want to know the differences between the following two definiations: (*((volatile char xdata *)( CHIP_BASE + i))) ((volatile char xdata *)( CHIP_BASE + PTR_BASE + PTR_SIZE * i)) Thank you....
  • Making a FAR pointer
    Hi all, I have the following: u8_t far * ptr; u8_t buf[10]; and on positions 1,2,3 (buf) I have the FAR address (3 bytes) that I want to use: *ptr = 1; // for instance; How can I give ptr...
  • What is character far pointer?
    1) what is the diffrence between unsigned char far* pointer and unsigned char* pointer? 2) what is the diffrence between unsigned int far* pointer and unsigned int* pointer?
  • About far,near pointer in Keil
    I try to compile ucOSII in keil C51. But it tells me a error at struct os_event { UBYTE OSEventGrp; /* Group corresponding to tasks waiting for event to occur */ UBYTE OSEventTbl[8]; /* List of...
  • wanted to know about ARM7 programming
    Dear to all , i have to work with ARM7 platform. give me guidance to get proper study material for programming in ARM7 starting from the scratch