• sbit ptr? (best method for port and bit identification)
    Dear all, My board will have several inputs connected to P0-P3. The PC will instruct the microcontroller using RS232, to monitor some of the inputs. The communication between the PC and the 8051...
  • sbit ptr? (best method for port and bit identification)
    Dear all, My board will have several inputs connected to P0-P3. The PC will instruct the microcontroller using RS232, to monitor some of the inputs. The communication between the PC and the 8051...
  • keil STM32 and bit operation
    Im from slovakia so please excuse my english im newbie in programic mcu i need to write if clause where i wat to do something if pin is in high level. for example if ((P1^1)==1{ something...
  • keil STM32 and bit operation
    Im from slovakia so please excuse my english im newbie in programic mcu i need to write if clause where i wat to do something if pin is in high level. for example if ((P1^1)==1{ something...
  • Initialize bit variable when using (bdata + sbit) ?
    I have one question about bit variable initialization. Before I used below simple way to initialize bit vars: Ex. bit bvar_0=0;bit bvar_1=1; bit bvar_2=1;bit bvar_3=1; bit bvar_4=1;bit bvar_5...