• Problem with reseting timer counter TC
    Hi! I have strange problem with LPC21xx. For example, we using timer0, match0. Let's set reset & stop on MR0. If we will set PR=0, then timer will stop and reset after TC reach MR0 value. But if...
  • Problem with reseting timer counter TC
    Hi! I have strange problem with LPC21xx. For example, we using timer0, match0. Let's set reset & stop on MR0. If we will set PR=0, then timer will stop and reset after TC reach MR0 value. But if...
  • How can I reset the Program counter ?
    I want to restart the program counter at 0x0000 when leaving a function, I already try the following solutions, but the compiler always returns me a syntax error : code void (*pReset) (void) = 0x00;...
  • How can I reset the Program counter ?
    I want to restart the program counter at 0x0000 when leaving a function, I already try the following solutions, but the compiler always returns me a syntax error : code void (*pReset) (void) = 0x00;...
  • Does LPC2103 Timer/Counter MAT output always low after reset?
    Hi all, I am using LPC2103 for the first time. When I setup Timer/Counter with MAT as match output, it always init at logic low on the MATn.m pin. So what is the purpose for setting the TnEMR...