hello everyone,
i intend to use interrupt driven timer 1 and uart. i set the timer 1 for 10ms interrupt. is it possible to apply this together with uart? what if the interrupts occur at the same time ? would my serial data be lost if i was attending the timer 1 isr?
my main program is to loop for 10 ms and also do serial communication.
thank you for any reply!