Other Parts Discussed in Thread: DCA1000EVM, IWR6843
Hello TI team,
I am currently using the DCA1000 CLI app in order to capture raw data files on Linux. I followed the instruction from mmwaveSDK guide regarding the LVDS streaming settings, and it all works fine and I am able to obtain the bin files with my setup. However, at the very end the DCA1000EVM_CLI_Record application seems to hang and I have to shut it manually (even after waiting for a while):
Start Record command : Success
Record is completed
^Cmake: *** [Makefile:20: record] Interrupt
After the text "Record is completed" I can clearly see the recording LED is still blinking on the DCA1000, which looks like it expects some command to be sent, but it was probably never sent.
And then if I want to capture more raw data, I get an error about the interface being taken by another process, and the utility cannot even talk to FPGA:
Stop the already running process
And then I have to power cycle, sometimes couple times in order to get rid of the error.
Do you have any ideas what could it be? Is there some command missing that I could add to the main() function?
Also, is there some reference I could refer to regarding the commands for DCA1000 interface, where would it be located?
Thank you.
Best regards,
Victoria