• 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
    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...