The LCD generates an XOFF char when expected.
The MOD5213 seems to ignore it and over-runs the LCD buffer.
Early in main, before anything is sent to the LCD, I set the following:
Code: Select all
InitIRQUart( 1, 115200, 1, 8, eParityNone );
IRQ_TX_XON_Flow( 1, TRUE ); /* use XON/XOFF on transmit */
IRQ_RX_XON_Flow( 1, TRUE ); /* use XON/XOFF on receive */
Using NNDK release tag version:Rel_2_6_0
Thanks,
Jeff