Hi,
I am doing UART special Character detection test which is not working. Here is my steps and setup :
1. init and configure UART (this part works with other tests).
2. set special character ( setting '#' character to UART_XOFF2 register)
3. FIFO is disabled and UART loopback is enabled (configured UART_FCR and UART_MCR)
4. set special character detect ( verified this gets enabled properly)
5. set xoff interrupt ( verified this gets enabled properly)
6. set receive interrup.( verified this gets enabled properly)
7. send "#" character to THR
8. wait for "#" character to get transmitted
9. Check interrupt, read UART_IIR, here I get Rx timeout as its value comes as "0xC".
Can you please help me what can be wrong here as I am not getting Xoff interrupt here?
Thanks,
Tejas