• Timer and Interrupt on C167
    Hi, I've timer T6 set to send interrupt (level 11, group 1) each 500 microseconds. This interrupt is managed by a routine. I need to know how many time remains after this routine before the next T6...
  • Timer and Interrupt on C167
    Hi, I've timer T6 set to send interrupt (level 11, group 1) each 500 microseconds. This interrupt is managed by a routine. I need to know how many time remains after this routine before the next T6...
  • Interrupt Controlled Serial Interface for C167
    Hello, I am looking for example code to using the ASC0/1-Port as an Interrupt Controlled Serial Interface for C167/XC167. I only found polled receive- and transmit-functions checking the ASCx_RIC...
  • Interrupt Controlled Serial Interface for C167
    Hello, I am looking for example code to using the ASC0/1-Port as an Interrupt Controlled Serial Interface for C167/XC167. I only found polled receive- and transmit-functions checking the ASCx_RIC...
  • interrupt handling
    Hello Every one, In my project i have 2 external intr. How do i write the isr and how to handle these intrpt , how to write code in C for this task. Please help me in this.