Hi,
I am having a custom circuit in which uart(UCA1), and counter(TIMERA0, TIMERA1) with TIMERB0 as timer module are used simultaneously.
TIMERB0 module is used to create a one-second interrupt and TIMERA0 and TIMERA1 are used to count the external pulse and UART(UCA1) is used to transmit and receive data at second interval,
most of the time the operation is working fine, but at the irregular interval, the transmitted data is missed and the count value also exceed the provided external pulses , how to resolve this