Part Number: TMS320F28075
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hi,
I am trying to open the SysConfig file for the dscm_security_tool example from C2000Ware but I am seeing the following error:
"Invalid argument '-s': Unable to parse C:\ti\c2000\C2000Ware_4_01_00_00\utilities\dcsm_tool\dcsm_syscfg\.metadata\product.json: Unexpected token ] in JSON at position 981"
If I open this file I see the following:{
"name" : "DCSM Tool",
"displayName": "DCSM Tool",
"version" : "4.0.0",
"documentationPath": "../doc",
"includePaths":
[
"../../../.."
],
"templates":
[
{
"name" : "/utilities/dcsm_tool/dcsm_syscfg/source/templates/dcsm.asm.xdt",
"outputPath": "dcsm.asm"
},
{
"name" : "/utilities/dcsm_tool/dcsm_syscfg/source/templates/dcsm.cmd.xdt",
"outputPath": "dcsm.cmd"
}
],
"topModules":
[
{
"displayName": "DCSM Configuration",
"description": "Configure secure zones.",
"modules":
[
"/utilities/dcsm_tool/dcsm_syscfg/source/DCSM"
]
}
],
"devices":
[
"F2837xD",
"F2837xS",
"F2807x",
"F28004x",
"F28002x",
"F28003x",
"F2838x",
"F280013x",
"F280015x",
]
}
I'm not sure if the comma at the end of the devices array is the issue, but if I try to remove that comma I then get the Error "Device not found : F2807x". I would assume I am getting this error as I have the "Name of device" field under Build>SysConfig>Basic Options set to "F2807x".
Any help would be appreciated
Thanks,
Thomas Hickey