• UART transmitting interrupt handler
    Hello I am facing a problem in the following code. code :- #include "LPC318x.h" void IRQ_HANDLER(void) __irq { PIO_OUTP_SET = 0x7EFFFFFF; PIO_OUTP_SET = 0x7EFFFFFF; } int main (void...
  • UART transmitting interrupt handler
    Hello I am facing a problem in the following code. code :- #include "LPC318x.h" void IRQ_HANDLER(void) __irq { PIO_OUTP_SET = 0x7EFFFFFF; PIO_OUTP_SET = 0x7EFFFFFF; } int main (void...
  • "Transmit Buffer Interrupt" in XC16x
    Hi, I am using Keil to write an ASC0 program for XC16x with the concept "Transmit Buffer Interrupt". In the link the manual is to be found (chapter 19.2.3): www.infineon.com/.../xc164_um_v1.2_2006_03_per...
  • "Transmit Buffer Interrupt" in XC16x
    Hi, I am using Keil to write an ASC0 program for XC16x with the concept "Transmit Buffer Interrupt". In the link the manual is to be found (chapter 19.2.3): www.infineon.com/.../xc164_um_v1.2_2006_03_per...
  • Trying to transmit with interrupt in XC164CS
    Hi everybody, I am learning to program with MCUs and now i have got the SK-XC164 board.I am trying to transmit via ASC0 a message. This message has 6 equal bytes and I must do it with transmit interrupt...