• how to handle multiple interrupt in Gnu compiler
    dear, friend How to handle Multiple Interrupts in gnu compiler in windows 98? i have used 5 interrupt which are timer 0 ,timer 1, UART,USB,SPI. i have developed code using with these all features...
  • Problem using multiple interrupts
    I have a problem when using a KitCON C167 boards. This problem is described as follows. When using two interrupts: [1] generated externally by an arrival of a CAN message, and [2] generated from an on...
  • Problems with hhandling multiple interrupts
    I am using the Keil Compiler for programming the MSC1210 from Texas instruments with a 8051 core. My application needs that i use the Serial port interrupts & Timer 0 interrupt in my project.Both the...
  • GNU external interrupt issue
    I can't get the code to return from the EINT1 ISR with GNU, but works fine with CARM...
  • Multiple interrupts
    In my program I use serial communication and T0 interrupt for time delay generation. It is noticed that when I generate a delay of 60 seconds, it works properly only if the serial interrupt is disabled...