Part Number:LAUNCHXL-CC2650
Tool/software: Code Composer Studio
Hi.
According to the instructions for my previous question, I found Project Zero for CC2650 LaunchPad under the SimpleLink Academy folder. Using CCS import tool, I imported the project zero app and stack for CC2650 LauchPad. These projects are located at: C:\ti\simplelink_academy_01_11_00_0000\modules\projects\ble_projectzero\ccs. The errors I got are as follows:
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/icall/app/ble_user_config.c' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/icall/inc/ble_user_config.h' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/profiles/roles/gapbondmgr.h' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/profiles/dev_info/cc26xx/devinfoservice.c' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/profiles/dev_info/devinfoservice.h' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/profiles/oad/cc26xx/oad.c' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/profiles/oad/cc26xx/oad.h' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/profiles/oad/cc26xx/oad_target.h' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/profiles/oad/cc26xx/oad_target_external_flash.c' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/profiles/roles/cc26xx/peripheral.c' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/profiles/roles/cc26xx/peripheral.h' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/boards/CC2650_LAUNCHXL/CC2650_LAUNCHXL.c' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/boards/CC2650_LAUNCHXL/CC2650_LAUNCHXL.h' cannot be located!
Error: File/directory 'file:/C:/ti/simplelink/ble_sdk_2_02_01_18/src/boards/CC2650_LAUNCHXL/Board.h' cannot be located!
As a result these projects could not be complied! BLE SDK 2.02.02.25 and SimpleLink Academy have already been installed.
I'd highly appreciate it if you can give me any solution for this. Thank you.