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.

CCS/AWR1642BOOST: how to solve Multi Gesture Running Error ?

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: SYSBIOS, AWR1642

Tool/software: Code Composer Studio

Hello.

I try to running Multi Gesture SDK.

But, When I try to program, it show error message.

How to solve this Error ? 

Regard,

source from : mmwave_automotive_toolbox_2_5_0\labs\lab0009_multi-gesture-16xx

H/W : AWR1642Boost

Compiler : Code Composer Studio, Version: 7.4.0.00015

[ Error Message ]

[Cortex_R4_0] **********************************************
Debug: Launching the Millimeter Wave Demo
**********************************************
Debug: MMWDemoMSS Launched the Initialization Task
ti.sysbios.family.arm.v7r.vim.Hwi: line 271: E_undefined: Hwi undefined, intnum: 59
xdc.runtime.Error.raise: terminating execution

  • Hi,

    Have you run on the board any other demo or lab? Do you know if the board has AWR1642 ES 2.0 silicon?

    Thank you

    Cesar

  • Hello.

    Thanks you for your help.

    I tested mmWave Demo Visualizer using this site "https://dev.ti.com/gallery/view/mmwave/mmWave_Demo_Visualizer/ver/2.0.0/". And, It was work well.

    Also, When I tested multi gesture using Bin file from "mmwave_automotive_toolbox_2_5_0\labs\lab0009_multi-gesture-16xx\prebuilt_binaries". It is OK.

    But, I don't know What is AWR1642 ES 2.0 silicon?

    This board is AWR1642BOOST. And, It has AWR1642 IG chip.

    Regard,

    HyoSun

  • Hi HyoSun,

    ES is ROM version of the AWR1642 silicon. Gesture application is supported with AWR1642 ES2.0 not with ES1.0 and mmWave SDK 3.1.

    Now are you saying that with Gesture pre-built binary flashed to device, it works (no error) and you see serial console (TeraTerm) output?

    When you try with CCS run MSS first then DSS application.

    Regards,

    Jitendra

  • Hi Jitendra.

    Thank you for your answer.

    yes. pre-built binary was OK, serial console output has error.

    How to download/apply AWR1642 ES2.0?  I will upload my setting page. 

    please check this.

    Regards, 

    Hyosun

     

    I will try to 

  • Hi,

    Default CCS project of this TI-Rex application should build without any issue. 

    ES2.0 is ROM version of the Silicon, it can't be changed with the application setting.

    And to check if device is ES1.0 or 2.0, connect CCS to R4F and read '0xFFFFE218' register where bit [3:0] will reflect ES version (value 2: ES2.0)

    When you say pre-built binary is ok, that means you are able to get the required output on serial terminal as mentioned in the user guide document?

    Regards,

    Jitendra