• Controller programmed properly but not work
    i am using St32f429BITx controller evaluation board. when i programmed it using ST-link then it programmed easily, no problem there but after program when i check the output(even toggle a single PIN...
  • A/D example program not working
    In my quest to get as much as possible examples and thing I may need while programming I encouter a bug? within uVision 3 IDE. I downloaded this ( http://www.keil.com/download/docs/300.asp ) example...
  • SNMP_demo sample program not working
    where compile the example code from Keil "SNMP_DEMO" appears the error saying that the folder is missing "Net_Config.h" after mistakes in the folders "TCP_ARM_L.lib and TCPD_ARM_L.lib." Can anyone...
  • External interrupt program not working
    Hi all, I am trying to use external interrupt with the following code using LPC1768 micro controller. I have connected P2.10 and P2.11 to switches and GPIO0 used to connect the LED's. When I press the...
  • LED not working as programmed
    I created a program to glow LED once a flag is set. And until a switch is pressed, the LED should continue to glow. The switch is in pull up mode. But the LED is not glowing at all. Please guide. ...