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:
Interrupts are blocked in my application when when the compiler uses the RPT (repeat a single instruction). How can I limit the number of times RPT is applied to an instruction or tell the compiler to not use RPT so that interrupts get through?
Answer:
Refer to the C28x Compiler Reference Guide http://www.ti.com/lit/ug/spru514 for compiler options to disable RPT or limit the number of RPT allowed.
--no_rpt
--rpt_threshold=k