• SBUF is not accesible :-(
    Hello Every one i am new to keil but got the basic knowledge and i am going to create a program in which when ever the Serial (RI) interrupt occurs then SBUF must send its contents to any Globle variable...
  • 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 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...
  • SBUF is not accesible :-(
    Hello Every one i am new to keil but got the basic knowledge and i am going to create a program in which when ever the Serial (RI) interrupt occurs then SBUF must send its contents to any Globle variable...
  • Understanding PC (R15) register [ARM7]
    Hi, In startup code the first instruction is: org 0x00 ldr pc,[pc,#24] and at offset address 0x20: org 0x20 dc32 ?cstartup What I don't understand here is, after the first instruction...