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