79378713

Date: 2025-01-22 17:38:43
Score: 1
Natty:
Report link

The problem was that I didn't set the FIFO threshold register bits for the RX FULL interrupt. After doing that, the interrupt started to fire, and the interrupt RX Full bit at Raw Interrupt Register was getting set.

This was the needed line:

// UART_RXFIFO_FULL_THRHD 0-6 bits
  config_1_uart |= (rx_thershold << 0);
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Yousef