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.