LAUNCHXL-CC1312R1: Compilation Error

Part Number: LAUNCHXL-CC1312R1
Other Parts Discussed in Thread: CC1312R, SYSCONFIG

Tool/software:

Hello E2E Experts,

Good day.

I am facing a troubleshooting issue with my TI CCS code. I am getting an error code, which I am not able to resolve.

My TI part number is CC1312R. We have developed a code on TI CCS for CC1312R, code is showing an error continuously, and error is related to CCS configuration.

Can you help me online to resolve the error regarding file configuration in CCS?

**** Build of configuration Debug for project g1 ****
"C:\\ti\\ccs\\utils\\bin\\gmake" -k -j 8 all -O 
 
"C:/ti/sysconfig_1.22.0/sysconfig_cli.bat" --script "C:/Users/Mohit/workspace_v12/g1/example.syscfg" --device CC1312R1F3 -o "C:/Users/Mohit/workspace_v12/g1/syscfg" --compiler ccs
makefile:157: recipe for target 'pre-build' failed
Device not found: CC1312R1F3. This device may be available in a newer version of SysConfig
gmake[1]: [pre-build] Error 1 (ignored)
 
Building file: "../example.syscfg"
Invoking: SysConfig
"C:/ti/sysconfig_1.22.0/sysconfig_cli.bat" --script "C:/Users/Mohit/workspace_v12/g1/example.syscfg" -o "syscfg" --compiler ccs
 
Usage:
 cli [-o <dir>] [-s <file>] [-u <string>] [-b <name>] [-d <name>] [-p <name>] [-r <name>] [--treatWarningsAsErrors] [--quiet -q] <script>
 cli --help
 cli --version
 
 example: cli -s meta_data/sdk.json -d MSP432P401R scripts/two_uarts.js
 example: -s sdk.json -d MSP432P401R -o ./display_cfg sdk/cfgs/display.syscfg
 
 Note that the all arguments other than '--help' and '--version' may also be 
 specified via the script with an embedded @cliArgs comment directive. 
 E.g. // @cliArgs -d MSP432P401R
 
 If an argument is embedded in a script and explicitly specified via the CLI
 then precedence is given to the CLI arguments. Additionally, specifying 
 "--board" or "--device" on the CLI will override any "--board" and "--device"
  arguments specified in the script.
 
subdir_rules.mk:9: recipe for target 'build-285823135' failed
Missing argument: --board or --device must be specified
gmake[1]: *** [build-285823135] Error 1
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
makefile:132: recipe for target 'all' failed
**** Build Finished ****

Regards,

TICSC