• 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...
  • 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...
  • Debugger uvision5 failure when accessing an externally declared variable
    Hi all, I am stuck onto a rare problem that I try to expose next. First, I got somewhere within the code the variable W_dp_0 declared like: extern unsigned char W_dp_0; W_dp_0 is actually...
  • Debugger uvision5 failure when accessing an externally declared variable
    Hi all, I am stuck onto a rare problem that I try to expose next. First, I got somewhere within the code the variable W_dp_0 declared like: extern unsigned char W_dp_0; W_dp_0 is actually...
  • Count time between two edge rising on two different pin of the uC
    Hello, I must count time between two edge rising on two different input of the microcontroller (LPC2292 Philips). How can I do? Must I use Capture pin and Interrupt or there is a simplest mode? ...