• 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...
  • Interrupts
    I would like to do the next thing. If I use P9.1 like as general input I'd like to do some operations when this input is set. How can I do it? I have try that: void hello(void) { printf("Hello...
  • no interrupt
    Hell, I want to that the timer interrupt is called every 10-100ms and have a code where everything works fine on a C167CR-LM. Now I want the same thing for the target XC167CI. But after initializing...
  • Interrupt number for an interrupt subroutine
    Hi, I'm trying to use the interrupt PWMINT for a PWM program with the 167. The problem is I cannot find the correct interrupt number for the function: void Interrupt_func (void) interrupt PWMINT...
  • Unused interrupts
    Hello: Here are a couple knowledge base articles on the subject. I will have about 100 unused interrupt vectors. The first article creates a different ISR for each unused interrupt and calls a common...