This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2640R2F: [INFO] -- Can't find the platform package 'ti.platforms.simplelink' after sdk upgrade

Part Number: CC2640R2F
Other Parts Discussed in Thread: BLE-STACK,

Tool/software: Code Composer Studio

Can't find the platform package 'ti.platforms.simplelink'

this is happen because upgrade the copied project after upgrade sdk.

the xdctools properties lost flag xdcpath:

--xdcpath= xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2640R2F -r release -c "${CG_TOOL_ROOT}" --compileOptions "${COMPILER_FLAGS}" 

copy the flag from original project resolved the problem

--xdcpath="../../source;../../kernel/tirtos/packages;${SRC_BLE_DIR};" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2640R2F -r release -c "${CG_TOOL_ROOT}" --compileOptions "${COMPILER_FLAGS}"





general properties, product, other repositories need to be checked, if lost need to be recovered too.