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.

Integrating PowerMode Into My IAR C Project

Expert 1070 points

Thanks to all for helping me get my first application running in the IAR environment.  When trying to call...

EnterSleepModeProcessInterruptsOnWakeup();

in my C source, I get the following error ...

Error[Pe223]: function "EnterSleepModeProcessInterruptsOnWakeup" declared implicitly C:\project\SABLE\nBlue\nBlue AT.e Stack v1.2.1.3.1.1-BETA\Projects\Apps\BRSP Loopback\Source\at_app.c 215

I have included PowerMode.h in my C file, still no joy.  Can someone help?