This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Interrupt

I cannot find the interrupt from the Uart in MM167 I'm making the inicialization in the follows way:

MVAR(char, port+CR) = 0x1A;
MVAR(char, port+MR1) = 0x13;
MVAR(char, port+MR2) = 0x07;
MVAR(char, port+CSR) = 0xBB;
MVAR(char, port+CR) = 0x45;
MVAR(char,port+IMR)=0x04;

I'm sending data to the Uart but the interrupt is not detected by the software