• P89LPC932 Port1 Input and Output Configuration
    Hi, I need to set pins 6, 7 and 0 as outputs on port1 of the lpc932. Pins 5, 4, 3, 2 and 1 will be inputs. Below is the configuration I have done, but for some reason pin 3 which is the INT0 is not high...
  • i have created a sine wave in port1 for a at89c51
    i m not able to see the output in logic analyser(graphic). my toolbox shows update window. i have seen my ports and all they aall r showing the correct output but that graphic display that my port1 pins...
  • to set a pin value
    i am working with lpc2129 to control dc motor i have a problem to set a port pin value to 1 and then to 0 PINSEL0_bit.P0_7 = 0x00; i use the above code but it post an error saying that PINSEL0_bit...
  • Need Help:In setting a pin
    HI All Just I have started working with this keil compiler.I have a doubt in setting a pin in the LH155BA LCD controller.I want to set a pin RESB to low for certain operation.How to proceed with that...
  • Setting a Port Pin to 0 on Power ON
    I would like to set a port pin for example P1.7 to zero "0" on "Power On" condition. I would like to do it in init.a51 or startup.a51. Please let me know how to do it? I am using keil UV2.37. Compiler...