• 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
    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...
  • Interrupt
    I am quite new with both C and the 80C166, and would like to make a program that receives data from P3 via RS-232, and places it into a buffer. I have seen the HELLO program that comes with the evaluation...
  • 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...