Other Parts Discussed in Thread: AWR1843
Hi ,
I am trying to capture adc data using DCA1000 with AWR1843 using studio CLI. THe default mmwave_studio_cli.exe is working properly but it is running for 12 s of duration. Even when I rebuild the code by modifying the config in mmw_config.c the exe automaticaly captures for 12 seconds of duration. I am not sending any command such as dcastart/stop as the DCA is triggered and stopped on its own.These are the logs I'm getting in the adc_data_raw_LogFile.csv :
Start record configuration :
,
Log mode : Raw
LVDS lane mode : 2 lane
Record stop mode : Infinite
Max file size (MB) : 1000,
,*DT 1,
Raw Data :
Out of sequence count - 0
Out of sequence seen from 0 to 0
First Packet ID - 1
Last Packet ID - 17645
Number of received packets - 17645
Number of zero filled packets - 0
Number of zero filled bytes - 0
Capture start time - Thu Jul 22 15:03:27 2021
Capture end time - Thu Jul 22 15:03:39 2021
Duration(sec) - 12
This appears to be the case in all modes of captureStopMode (duration , frames or infinite)
I have also set : rlDevCfgArgs->dcaConfig.sequenceNumberEnable = 0;
The adc data size does not match the size as per configuration.
Thanks & regards,
Kaushik