Other Parts Discussed in Thread: DCA1000EVM,
Hi Team, seeking for your assistance.
Using mmWave Studio along with an AWR1642Boost and DCA1000EVM.
I intend to use this device to continuously capture radar data for analysis and I figured the best function for that is the Continuous Wave function in mmWave.
Connecting the device and running DataCaptureDemo_xWR.lua gives expected results according to the user guide.
After I connect the device and follow the proceedings as indicated in the client and in the mmWave Studio User Guide (pages 34 and 35), I get the following error once I press "Stop Capture" and then "Display (5)":
[01:49:36] [RadarAPI]: Capture Card Started Continuous Streaming ADC Data Processing and Display
[01:49:36] [RadarAPI]: ar1.ProcessContStreamADCData("C:\\ti\\mmwave_studio_02_01_01_00\\mmWaveStudio\\PostProc\\adc_data.bin")
[01:49:36] [RadarAPI]: Error: The process cannot access the file because it is being used by another process.
[01:49:36] Trace:
[01:49:36] at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
[01:49:36] at System.IO.__Error.WinIOError()
[01:49:36] at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost)
[01:49:36] at AR1xController.ChirpConfigTab.GetNumOfFilesCaptured(String adc_file_path)
[01:49:36] at AR1xController.ScriptOps.iStartCaptureCardMtlbFrContProcessingForADCDataProcessingANdDisplay(Boolean is_starting_op, Boolean is_ending_op)
If I click the "Disable (2)" button and try again, I still receive the same error.
I see that it still saves a file called "adc_data_Raw.bin" in the PostProc folder, is there a way I can use that still? Or is there a more streamlined way to capture continuous data from the sensor for RF measurements?
Thank you.
-Mark