--- In lpc2000@yahoogroups.com, "zpierre007" <zpierre007@y...> wrote:
> Hi everybody,
>
> I know it's very simple, but can somebody help me to count the
> falling edge clock ticks from an another chip with the timer0
> capture2 on the pin6.
> All of that without interrupt just by reading the timer value, with
a
> prescaler egal at 1.
You cannot do that with the current LPC2000 timers. The capture
feature is for finding the exact time where an edge happens, not for
finding the number of edges. To count the edges, you must have an
interrupt that increments a software counter.
Karl Olsen