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.

C66x ISR response speed

Genius 5785 points

Hello,

I'd like to improve a response speed on C66x ISR. My compiler version is v7.4.11(ELF). I want to program the ISR by C language. I also want to call some functions which are programed by C language in ISR. I see some load and store instructions in ISR to process the context switch. The instructions are STW and LDW. I think the ISR are improved faster if the instructions become STDW and LDDW. Could you tell me this method or something like it by compiler option?

Regards,
Kazu