• 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...
  • difference between the two?
    What is the difference between the following two variable declaration? unsigned char var; and unsigned char data var;
  • connection between variables in different files
    Dear Sir i want to use with variables that defined at the main, at the file of functions. i try to add extern to the variables, but it send me an error massege like: non address/-constant initializer...
  • Two external interrupts
    Hello , im trying to use two external interrupts INT0,INT1 , just to use two limit switches but both dont work i dont know why ? here's the code i used. void ex0_isr (void) interrupt 0 { Motor3_2...
  • measuring time between two pulses
    Hi all, first time posting here. Ive got a most simple goal, measure the time between a bit going low and a second bit going low. I can only use P1, so Im assuming loop while p1.0 = 1 p1...