Other Parts Discussed in Thread: CC3100SDK, CC3100, TM4C1294NCPDT
Tool/software: Code Composer Studio
Hi All,
I am using dk-tm4c129x board and cc3100 board with ccs latest version. I am trying the cc3100 examples provided by ti in C:\ti\CC3100SDK_1.2.0\cc3100-sdk\examples\getting_started_with_wlan_station.
I have made 1 ccs project and included the main.c file provided in the given directory. I have also included simplelink drivers. Still, I am getting one error-
Description Resource Path Location Type
cannot open file "C:/ti/CC3100SDK_1.2.0/cc3100-sdk/simplelink/include": Permission denied null: cannot open file "C:/ti/CC3100SDK_1.2.0/cc3100-sdk/simplelink/include": Permission denied WiFiCheck C/C++ Problem
These errors are coming even if I have included all the paths. The paths which I have included are-
C:\ti\CC3100SDK_1.2.0\cc3100-sdk\simplelink\include
C:\ti\CC3100SDK_1.2.0\cc3100-sdk\simplelink\source
C:\ti\CC3100SDK_1.2.0\cc3100-sdk\simplelink
C:\ti\CC3100SDK_1.2.0\cc3100-sdk\simplelink_extlib\include
C:\ti\CC3100SDK_1.2.0\cc3100-sdk\simplelink_extlib\provisioninglib
C:\ti\CC3100SDK_1.3.0\cc3100-sdk\examples\common // this is for sl_common.h
Please let me know what error is this exactly. After this, I want to try https example. Will Directly flashing the main.c provided in the above directory ( cc3100 examples) after including the dependicies work?
Thanks