• 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;...
  • Program counter
    I have couple of projects(bootloader @ 0x08000000 and application @ 0x081C00000, each output is converted to hex and packed as one Intel hex and flashed at 0x08000000. I wanted to change the program...
  • counter simulation
    hi frinds we are trying to simulation counter on at91sam9260 but this simulator dont accepts timer counters pins (TIOA,TIOB,TCLK) for input signal pleas help us thanks
  • timers/counter
    i want to use an if statment to start a timer n then i want it to tell me how long it been going for and then i want it to reset when it get to a lower value. where do i start.