• Question about sbit definitions
    Hi, I am using the Keil uVision 2 software to develop a firmware driver. I have one technical related to the sbit definitions. Lets say i have couple of sbit definitions as follows: sbit JTAG_TDO...
  • Question about sbit definitions
    Hi, I am using the Keil uVision 2 software to develop a firmware driver. I have one technical related to the sbit definitions. Lets say i have couple of sbit definitions as follows: sbit JTAG_TDO...
  • How The sbit keyword works
    how can an sbit variable be assigned an address which is intrinsically assigned to something else. e.g will the following code work on an 8051? sfr SCON = 0x98; // declare SCON sbit SM0 = 0x9F;...
  • How The sbit keyword works
    how can an sbit variable be assigned an address which is intrinsically assigned to something else. e.g will the following code work on an 8051? sfr SCON = 0x98; // declare SCON sbit SM0 = 0x9F;...
  • sbit error
    Hello everyone I tried to write a C code using uvision but at the very beginning I got a problem with my declaration. I want to use sbit to address a single bit. My problem is that uvision...