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.

F28x Real Time Mode - Interrupts

Champs,

The real time mode allows that time critical interrupts are still serviced while I do single step debugging in the main program. But what if in the main program interrupts are disabled, e.g. to protect a critical code section? I assume that the critical interrupt is then also not serviced any longer. This would require that customers are very careful at those critical sections and can't do single step, but have to step over a larger code block. 

Thanks,
  Robert