This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 including LCD display, EEPROM,Ethernet.
and it is working also.
but when i am trying to add something new means any new structure or variables then only LCD part is work while other part like USB and Ethernet is not working.