• Trying to set external interrupts to zero
    Hi, can anyone help me understand how to set external interrupts to zero. I am using a dc motor with an optoswitch and displaying the output in rpm on a LCD display. The calculation for rpm uses capture...
  • Writting to an address
    How come I cannot write anything to address 0xFFE001 when I state 0xFFE001 as a RAM? Can anyone please tell me what is the correct way of doing it. Thanks you.
  • SFR addressing question
    Where as all defined SFR's (IE ones that aren't reserved) fit within the range of S:080-S:0FF. So (considering the available IP variants) how can one address or even access S:000-S:07F or S:100-S:1FF...
  • What is the device address of AT89C51
    Hello Friends, I am trying to connect a micro-controller(AT89C51) as a slave device with another micro-controller(AT89C51) through I2C .Can any one suggest what will be the slave address of AT89C51...
  • address space overflow with getchar
    I just added a getchar to a program compiling as an Xsmall memory model with Large Code size. As soon as I add the getchar, I get an address space overflow in the BIT SPACE. I am not sure what this...