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.

ARM WFI Instruction

Other Parts Discussed in Thread: OMAPL138

I am writing a simple C application for the ARM side of the OMAPL138 in CCS4.

When I compile asm("  WFI"); or asm("  wfi");

I get the following error:

 [E0002]        Instruction only available in V7        WFI

Can someone please help me?

Cheers!