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.
Original question:
Compiler/TMS320F28374S: Is the PREAD / PWRITE instrucion as atomic instructon for F28374s?
Replies: 2
Views: 1193
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?
Lori HeustessC2000 Software Engineering
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
In reply to Lori Heustess: