• bit addressing
    are 8051 derivatives bit addressable on the ports like PICs are? if so how do you write this in c? if i waned to address P1.4 would i write P1=P1|0x10 or am i way off the mark?
  • Specific Xdata address
    We are using uVision2 (Keil C51 compiler, PK51) to develop a software for Silab F126 microcontroller. This code is structured in code banking and used multitasking RTX51 as well. Our hardware design...
  • Writing to non addressable bits
    Hi, I am trying to get to grips with the Keil C compiler. I understand that not all SFR's are bit addressable, if not evenly divisible by 0 or 8 - a pain if you ask me! - you can tell i am new to this...
  • Bit addressable variable?
    Hi all, I'd like to ask, if there is a method to have a bit addressable variable. Because I can't define an array of bits, can I? I'm using AT89C51CC03, and uVision2.
  • accessing bit addressable memory
    hi friend's i am new user to the keil c51 i want your help. my question is how to assess the bit addressable memory i have tried with follwing thing but it does not work bdata unsigned char ibase;...