• Accesing R15 (PC)
    Using the GNU Tools, i can output the value of PC (R15) using the following code: //Declaring Variable register unsigned int R15 asm ("pc"); //Outputing the value printf("The Current location...
  • Accesing bit addressable variables
    I was wondering what the "best" way to set a bit in a variable declared in the bit addressable area. Originally I declared each bit as an sbit and therefore can set and clear them as follows uint8_t...
  • Accesing 512 bit XRAM on P89C51RD2HBP
    Its there an easy C way to use the extra RAM on the P89C51RD2HABP??????
  • Accesing external FLASH using C167CS-LM
    Hi, I am facing a problem while reading and writing to External Flash memory. In the hardware we are using, C167-CS microcontroller is interfaced to external FLASH (M29F200). These are the interface...
  • About SBUF
    Hi, in a serial communication program, do I have to "SETB P3.0" in order to receive from the serial port ??