Q
On an ADUC845, Is it possible to cascade the two 16 bits counters T0 and T1 to
do a 32 bits counter ?
A
We have no experience of cascading the two 16 bit counters but you should be
able to implement this in software. There is a overflow flag bit in the TCON
register which is set when a counter is full, you could use this flag to start
the second counter.