• Cannot properly debug c++ code
    I'm using keil 4.23 and keil 4.53; microcontroller lpc1766. My problems are: - i can not add variable to Watch window, if that variable is inside namespace just by clicking on it in the source code...
  • interrups not working properly
    hi, I am new to implementing interrupts and arm 7 as well. I have just tried one example after reading the manual as well as some post. I have few questions about the register values. 1)How do we...
  • How to configure application properly?
    I am using Keil uVision version 5.40. I load the application in my target board using Keil ULINK2 Debugger. I can jump to my startup code. When I get to the following instruction: bx __main() ...
  • 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...
  • LPC2148 ADC not working properly.
    Hello, i am using LPC 2148. and configured the hardware for taking the analog signal at P0.28 which is ADC0 channel 1. i am using following code but the output stays 0 or 1023 only. i have...