This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MMWCAS-DSP-EVM: xwr2243

Part Number: MMWCAS-DSP-EVM
Other Parts Discussed in Thread: MMWCAS-RF-EVM

Hi,

When running C:\ti\mmwave_studio_03_00_00_14\mmWaveStudio\Scripts\Cascade\Cascade_Configuration_MIMO.lua, I got an error saying "update_device_map.m cannot be executed". I search my PC for that file, and did not find it. Where can I get that file?

I have an MMWCAS-RF-EVM connected to the MMWCAS-DSP-EVM. Followed the steps in the mmwave studio cascade user guide to when setting up.

Thanks,

Wei Ruan

[20:35:41] Setting up Studio for Cascade started..
[20:35:41] [RadarAPI]: ar1.SelectCaptureDevice("TDA2XX")
[20:35:41] [RadarAPI]: Status: Passed
[20:35:41] [RadarAPI]: TDAStatusCallback Event Registered
[20:35:41] [RadarAPI]: registerTDAStatusCallback Status: Passed
[20:35:41] [RadarAPI]: ar1.ConnectTDA("192.168.33.180", 5001, 15)
[20:35:41] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:35:41] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:35:41] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_VERSION_INFO Async event recieved() with status 0. TDA Version : REL_VISION_SDK_03_07_01_00 Aug 5 2019 15:04:45 �]������ +H` �
[20:35:41] [RadarAPI]: Device 32 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:35:42] [RadarAPI]: Device 1 : CAPTURE_RESPONSE_ACK Async event recieved() with status 0
[20:35:42] [RadarAPI]: ConnectTDACaptureCard Status: Passed
[20:35:42] TDA Capture Card Status : CONNECTED!
[20:35:42]
[20:35:42] &&&&&&&&&&&&&&&&&&&&
[20:35:42] ***Script FAILED!***
[20:35:42] &&&&&&&&&&&&&&&&&&&&
[20:35:42] Exception message is:
[20:35:42]
[20:35:42]
[20:35:42] ... MWMCR::EvaluateFunction error ...
[20:35:42] The file
[20:35:42] "C:\Users\auto\AppData\Local\Temp\auto\mcrCache8.5.1\Matlab0\MatlabPostPr\update_device_map.m"
[20:35:42] cannot be executed..
[20:35:42]
[20:35:42]

  • Hello Wei Ruan,

    Have you worked on mmWave Studio before? This doesn't look like a script specific error. 

    - Do you have MATLAB v8.5.1, 32-bit installed (not 64-bit)? Please make sure that the MATLAB v8.5.1 (32-bit) runtime directory has the highest priority of any other MATLAB installations in the Windows "PATH" environment variable.

    - You can also try deleting the entire RSTD folder located at C:\Users\<username>\AppData\Roaming

    - If none of this works, try executing the script manually first i.e. directly using GUI. Follow the instructions in the mmWave_studio_cascade_user_guide.pdf (section 7.3) and let us know your observations.

    Regards,

    Ishita

  • Thank you Ishita. I used an older version of mmWave Studio with DCA1000 on the same computer. Let me reinstall Matlab runtime and try. Thanks again. Will let you know if it works.

    Wei