DCA1000EVM: Through CLI TOOL API to modifiy DCA1000 IP address

Part Number: DCA1000EVM

Hi expert,

     now, I use mmwave studio 3.1.1.0  CLI TOOL to editor the DCA1000 EEPROM or Config to Capture data.

1. I use eeprom command to do it, the return as figure1;

2.trigger DCA1000 1000 to caputure data,the ip address as figure2;

The IP address modifed is failed. 

the .json as follow:

{
"DCA1000Config": {
"dataLoggingMode": "raw",
"dataTransferMode": "LVDSCapture",
"dataCaptureMode": "ethernetStream",
"lvdsMode": 2,
"dataFormatMode": 3,
"packetDelay_us": 15,
"ethernetConfig": {
"DCA1000IPAddress": "192.168.33.180",
"DCA1000ConfigPort": 4096,
"DCA1000DataPort": 4098
},
"ethernetConfigUpdate": {
"systemIPAddress": "192.168.33.30",
"DCA1000IPAddress": "192.168.33.111",
"DCA1000MACAddress": "12.34.56.78.90.12",
"DCA1000ConfigPort": 4096,
"DCA1000DataPort": 4098
},
"captureConfig": {
"fileBasePath": "C:\\ti\\mmwave_studio_03_01_01_00\\mmWaveStudio\\ADCData_Save",
"filePrefix": "adc_data_in",
"maxRecFileSize_MB": 1024,
"sequenceNumberEnable": 1,
"captureStopMode": "infinite",
"bytesToCapture": 131072,
"durationToCapture_ms": 4000,
"framesToCapture": 40
},
"dataFormatConfig": {
"MSBToggle": 0,
"laneFmtMap": 0,
"reorderEnable": 0,
"dataPortConfig": [
{
"portIdx": 0,
"dataType": "real"
},
{
"portIdx": 1,
"dataType": "real"
},
{
"portIdx": 2,
"dataType": "real"
},
{
"portIdx": 3,
"dataType": "real"
},
{
"portIdx": 4,
"dataType": "real"
}
]
}
}
}