• Simulation Difference from actual ADuC7026 chip
    I'm using a ADuC7026. I'm using timer 1 as a counter (i.e. I want to have it count up to some number and then reset the count to zero). To reset the count, I execute the following lines: T1LD = 0x000;...
  • Simulation Difference from actual ADuC7026 chip
    I'm using a ADuC7026. I'm using timer 1 as a counter (i.e. I want to have it count up to some number and then reset the count to zero). To reset the count, I execute the following lines: T1LD = 0x000;...
  • simple code for stopwatch
    Could some body in this forum advise me with a simple code on how to do a stopwatch. Thanks in advance, Wong
  • simple code for stopwatch
    Could some body in this forum advise me with a simple code on how to do a stopwatch. Thanks in advance, Wong
  • Using stopwatch with Keil under simulation...
    Hi. I am running a 25MHz clock with 20 _nop_(); to test for stopwatch functionality while running under simulation. With these many _nop_(); I should be seeing an elapsed time (t0) of 0.0000008 sec....