> I am not able to understand why > > T0MR0 += L_COMPAREMATCH; > > doesn't work!!! I use other micro, such as Texas MSP430, and this > implementation work well! Is there a bug in micro or I have to do > something before read/write T0MR0??? Hmm, I'm doing this on a LPC2148 with no problem: T0MR0 += SAMPLE_INTERVAL; Did you check the assembler output? Joel
Message
RE: [lpc2000] Re: Multiple compare and capture on same Timer
2006-02-21 by Joel Winarske