Hi,
I want to completely disable power management (PM). As stated in
http://processors.wiki.ti.com/index.php/CC32xx_Power_Management_Framework#Recommendations_for_use_of_PM_framework
I am trying to use
#include "cc_pm.h"
...
And In the main:
cc_app_putoff_pm();
But I am getting the error
Description Resource Path Location Type
unresolved symbol cc_app_putoff_pm, first referenced in ./main.obj wlan_station_Stack_bypass_mode_BeaconRxFilter C/C++ Problem
Please include a complete working example to fully disable power management. Thanks!