Hi
I want to include Low power deep sleep mode in to my Wi-Fi audio app. I copied all the Wi-Fi_audio_app source file & main.c code to idle_profile project. I'm getting an error:
Description Resource Path Location Type
#35 #error directive: No or unrecognized network configuration specified .ccsproject /holly_to_lpds line 74, external location: C:\ti\CC3200SDK_1.1.0\cc3200-sdk\netapps\http\client\network.h C/C++ Problem
I defined __SL__ at project properties macros, but still error is there.
-mv7M4 --code_state=16 --abi=eabi -me -O2 --define=cc3200 --diag_warning=225 --display_error_number --diag_wrap=off -z -m"holly_to_lpds.map" --heap_size=0x8000 --stack_size=0x4000 -i"C:/ti/CC3200SDK_1.1.0/cc3200-sdk/driverlib/ccs/Release/" -i"C:/ti/CC3200SDK_1.1.0/cc3200-sdk/simplelink/ccs/PM_Framework/" -i"C:/ti/CC3200SDK_1.1.0/cc3200-sdk/middleware/ccs/Release/" -i"C:/ti/CC3200SDK_1.1.0/cc3200-sdk/oslib/ccs/free_rtos/" -i"C:/ti/CCS/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/lib/" -i"C:/ti/CC3200SDK_1.1.0/cc3200-sdk/netapps/json/ccs/Release/" -i"C:/ti/CC3200SDK_1.1.0/cc3200-sdk/netapps/http/client/ccs/HTTPClientMinLib/" -i"C:/ti/CCS/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include/" --reread_libs --define=cc3200 --define=ccs --define=USE_FREERTOS --define=SL_PLATFORM_MULTI_THREADED --define=DEBUG_GPIO --define=__SL__ --define=NOTERM --warn_sections --diag_wrap=off --diag_warning=225 --display_error_number --xml_link_info="holly_to_lpds_linkInfo.xml" --rom_model --code_state=16 --float_support=vfplib --gcc --opt_for_speed=0 --abi=eabi --printf_support=full -z
In wifi_audio_app (in SDK) got network.h file and C:\ti\CC3200SDK_1.1.0\cc3200-sdk\netapps\http\client\network.h is this is the reason for my error?
Please help me to over come this problem.
Cheers
Charitha