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

interrupt program with two timer interrupts

Hi ,
I am using an application which inco-operates both ucos and TCP/IP each working with two timer interrupts respectively.
i.e
ucos working with timer3 interrupt for 1ms and TCP/IP working with timer0 interrupt for 262ms.
. but when runned only one interrupt work, which depends on which is called first. so help me4 how to use these two interrupts in one application in ARM7/ARM9.