Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi all,
I'm working with the AM2434 UART and attempting to manage both the TX and RX FIFOs using polling, triggered by a periodic interrupt. I'm now trying to enable and receive the RX timeout interrupt.
In SysConfig, I selected "Interrupt Mode" and made the following changes:
UART_hwregs[uart_id]->EFR2 |= 0x40; // Enable RX timeout
UART_hwregs[uart_id]->IER_DLH = 5; // Enable LINE_STS_IT
UART_hwregs[uart_id]->TIMEOUTL = 0;
UART_hwregs[uart_id]->TIMEOUTH = 0;
However, I’m not receiving the expected interrupt.
Could you please advise what I might be missing or how to fix this?
Best regards,
Baruch

