This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Multiple Interrupt



Hello, I'm using TMS321F2808. Now I have interrupt timer0 1ms and I need interrupt  100us.

I have tried to use interrupt PWM 100us but not work because loop 100us can not occur if loop 1ms is not finish

I need loop100us can occur while if the others are not finish, please advise how to do it.

Thank you