Part Number: LAUNCHCC3220MODASF
Tool/software: Code Composer Studio
I've installed Code Composer Studio 8 and the SimpleLink SDK: simplelink_cc32xx_sdk_2_10_00_04. I started a new Code Composer project, and checked the SimpleLink CC3220 SDK box under the products list in the general properties for it. In the include options, it has ${COM_TI_SIMPLELINK_CC32XX_SDK_INCLUDE_PATH} as the first entry, but this variable has nothing in it, and when I try to use a driver, such as GPIO, it can't find the header file that I include.
Same problem with the libraries, it has ${COM_TI_SIMPLELINK_CC32XX_SDK_LIBRARIES} in the list of library files to include, but this variable is empty. Both variables indicate that they were contributed by product SimpleLink CC3220 SDK.
Why are these variables empty? Did I install something incorrectly or miss a checkbox in the properties somewhere?