We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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