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.

Compiler/TMS320C6727B: Memmove / Memcpy Suspected Issues with interruptions

Part Number: TMS320C6727B

Tool/software: TI C/C++ Compiler

Hi,

I am trying to debug a problem where the DSP stops attending interruptions (EMIF).

I have tracked until memcpy: is it possible that it disables interruptions for better performance and, under some conditions, they are not re-enabled?

Is it possible that memmove has the same behaviour?