• Enabling or Disabling a pin in c language for 8051
    I am currently making a very simple vending machine project which uses the 8051 microcontoller. the pins im using is sbit C=P3^3; ////// "C" is for coffee/////// sbit T=P3^4; ////// "T" is for...
  • Enabling or Disabling a pin in c language for 8051
    I am currently making a very simple vending machine project which uses the 8051 microcontoller. the pins im using is sbit C=P3^3; ////// "C" is for coffee/////// sbit T=P3^4; ////// "T" is for...
  • timer interrupt disable & enable - pending interrupts
    Hi, working with a LPC1758 I´ve installed a timer. In the interrupt routine I've several values which will be updated according to the current state. Is it the right approach to disable the timer...
  • timer interrupt disable & enable - pending interrupts
    Hi, working with a LPC1758 I´ve installed a timer. In the interrupt routine I've several values which will be updated according to the current state. Is it the right approach to disable the timer...
  • Global Interruption Disable/Enable
    Which is the easiest way for Global Interruptions Disable/Enable in CA for LPC2129? Varuzhan