• Initialization of values with Port 0
    Hi, I am working on a university project that uses the Infineon C167SR-LM micro, and am having some difficulty with the debugger in simulation mode. Is there a way to either: (1) force the debugger...
  • Initializing Port 0 and Port 2 with 0x00 value
    The hardware that I am working on has Relays connected on Port 0 and Port 2 pins of AT89S52 uc. I would like to know if it is possible to initialize the port pins with 0x00 values before the main application...
  • initialize variable with binary value?
    hi all it may seem very easy but i can't initialize my code constants with binary value in c51 ver 3.20 franklin DOS version i want to: code char bin_code[3]={ 0b1100110011,0b1111110011,0b1100111011...
  • C515C serial port initialization
    Would someone be able to tell me how to initialize the serial port on the C515C so that when I send a printf statement I'll be able to read it on HyperTerminal. It could be that I have not set up the...
  • initializing a port as output
    I have to initialise the port P1 of the 89C51 as output port with all port lines initialised to a high state i.e. 1. Now for initialising the port P1 as output, I have to give the instruction P1 = 0x00...