Part Number:MSP430G2553
Tool/software: Code Composer Studio
Hello,
I need to send a code via UART channel to an external device. Even though the communication is through UART the external device has to be supplied with a clock signal. If the clock signal is generated by Timer0 Interrupt and UART data is sent via the infinite loop will there be any data loss in the UART transmission while the Timer Interrupt is generated?