Hello,NXP!
I'm using LPC55S28 in my project,and I find that LPC55S28 DO NOT SUPPORT uart rx idle interrupt or Character Time-out Indicator (CTI) like LPC1768???
for example , if I set 15 to rx fifo trig level , I send only 1 bytes to LPC55S28, how do I know there is 1 byte data in rx fifo?No way to notice/trig user application to know there is 1 byte in rx fifo?What I can do is polling the fifo stat all the time?
Please help me, give me some better ideas?Thank you.