I want to learn how to program modern microcontrollers with wireless capabilities and so I bought a cc2650 development kit just to study the subject, I graduated a while ago and only had some experience with all microPICs.
I am trying to run the first example in the sensor controller studio Analog Light Sensor, I downloaded IAR, the required drivers etc and I am following the step by step walktrough in the documentation of the sensor controller studio. A
After generating the code I open the IAR workspace of the example but when I try to build it and compile it I am getting a bunche of errors of the type
Variable expansion failed.
Offending text: "$CC26XXWARE$\startup_files\ccfg.c"
Partial command line: ""$CC26XXWARE$\startup_files\ccfg.c" "-o" "C:\Users\DP\Documents\
Texas Instruments\Sensor Controller Studio\examples\analog_light_sensor\projects\iar\Debug\Obj"\
"--no_cse" "--no_unroll" "--no_inline" "--no_code_motion" "--no_tbaa" "--no_clustering" "--no_scheduling"
"--debug" "--endian=little" "--cpu=Cortex-M3" "-e" "--fpu=None" "--dlib_config" "$TOOLKIT_DIR$\INC\c\
DLib_Config_Normal.h" "-I" "$CC26XXWARE$"\ "-Ol" "
I have no idea what I am doing wrong and the documentation does not help much. Can somebody please guide me? I appreciate any help