Part Number: MSP430FR5962
I have a lock free FIFO implemented for the MSP430 UART to transmit and receive on interrupt, 115200 baud rate. Before printing to the teraterm window, the string gets populated in the transmit ring buffer. I need to get the transmit interrupts started, and for this I transmit a '\0' character. Following this, the Tx_ISRHandler gets the bytes out of the ring buffer until the ring buffer is empty. The '\0' character used to prime the tx interrupt is not displaying anything on the screen, and the printout is looking good on the microcom window and with the custom script on the linux host. The question is why is transmitting the '\0' character invisble on the UART tx? I am using the TI v21.6.1.LTS compiler.
