• Timer0 for 16-bit counter
    I'm trying to pause at while (TL0 <= 10) {} until I get a count of 10. When I run the program, the program doesn't pause at while (TL0 <= 10) {}. It's like the while is false. Can any one see something...
  • Timer0 for 16-bit counter
    I'm trying to pause at while (TL0 <= 10) {} until I get a count of 10. When I run the program, the program doesn't pause at while (TL0 <= 10) {}. It's like the while is false. Can any one see something...
  • Use Timer0 for baud rate generation for MON51?
    Can MON51 be built to use Timer0 as the baud rate generator? That is, if I change install.a51 to use Timer0, does anything "break" in the monitor code?
  • Use Timer0 for baud rate generation for MON51?
    Can MON51 be built to use Timer0 as the baud rate generator? That is, if I change install.a51 to use Timer0, does anything "break" in the monitor code?
  • lpc2103 timer0
    hi i'm using lpc2103 and timer0 to make a 10 second delay .but my code just give me 2 second delay . it seems that timer is running 5 time faster ! here is my code : T0TCR=(1<<1); //Reset Timer0...