• Problem with interrupt while working with external memory.
    I'm having a problem with normal execution of my code while ASC0 interrupt is enabled (of ST10F168) and external memory is enabled. In my small program I'm sending a character 'a' to serial port and...
  • memory
    hello I'm working on Keil µVision3. the version of the compiler c is V6.04 I installed the new version of keil µVision3 where the version of the compiler c is V6.09 the problem what I found...
  • 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...
  • 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...
  • 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...