I'm using MSP430 launchpad and programming in embedded C. I'm in need to transmit "hello world" in UART. First i have to transmit. But in example programs the transmission interrupt is triggered by receiver interrupt.
If i have to transmit"hello world" at the start of the program how to trigger the TX interrupt?