Operating timer in SA 1100 contains 32-bit timer, clocked by 3.6864 MHz oscillator.
There are operating system count register (OSCR) and four 32-bit match registers (OSMR<3:0>). When the value in the OSCR matches the value within any of the matche registers, and the interrupt enable bit is set, the corresponding bit in the OSSR (status register) is set. There are 28 general-purpose I/O pins in SA 1100.
How can the timers control a general-purpose I/O pin ? Can you suggest me some C code for this problem ?