• Object-Oriented Techniques with C51
    Hello All, Do you know any application notes, tutorial, or example program that is using Object-Oriented Techniques in 8051 ? I heard about Abstract Data Type, Jump Table and so on. Thanks -Cahya...
  • Deciphering DS-5 Support and Maintenance License Error C9932E
    ARM is constantly providing updates to our DS-5 toolchain, and details of these updates are provided in the change log . When you purchase the tools, you will receive either a term or perpetual license...
  • how to manipulate values at the ports
    can i manipulate the values at the port pins individually,, i.e., if i want the 6th pin of port0 to be high, can i assign 1 to that particular pin, without disturbing the other port pin values??...
  • Accessing and manipulating external variable
    hai all, i am doing small programs for how do we accessing and manipulating external variable data from assembler file(A51 file). i have declared one external variable in another file like extern...
  • Array and Long manipulations 2
    Hi everyone, Regarding to my previous post: http://www.keil.com/forum/docs/thread4443.asp I manage to write a code to suits my needs, the code more likely like this: command[9] = {0x3C...