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.

question about the interrupts of TMS320C6713B

Other Parts Discussed in Thread: TMS320C6713B

Hi,
   I am using TMS320C6713B, I want to know whether the DSP could running two or more interrupt functions at the very same time?
   Thank you!

  • No, only one function executes at a time.  You may have an RTOS (Real Time Operating System) offering multiple threads or processes that may be active at the same time, but only one will be executing at a time.

    Also, it is possible to have more than one interrupt pending, but due to priority, only one will be executing in any given clock cycle.