I have the DK-TM4C129x evaluation board on which actually XM4C129XNCZADI 137AK3SW G1 is mounted.
I have almost completed porting netMF 4.3 PK to TM4C129x controller except communication with UART.
As result of test with reference to datasheet(spms444.pdf) and example. It seems impossible because the interrupt is triggered by only FIFO level. That is, Interrupt is occured after receiving more than 2 bytes.
Please, give me some advice.