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: flash and ccs debug

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

Tool/software: Code Composer Studio

Hello, during my development, I have finished debugging the code according to the requirements by using CCS connection AWR1642 online debugging.However, when I directly burned to AWR1642, the result was inconsistent with the previous one. I can also output the corresponding value by modifying some parameters. May I ask what is going on?And how I can solve this problem.

  • Hi,

    We don't understand what the issue is. Can you provide more details?

    1) Are you using AWR1642BOOST EVM or custom board

    2) How did you develop the code? Did you use some existing demo to start with?

    3) What is the inconsistent result?

    thank you

    Cesar

  • Hello, through inquiry, I found that when I was debugging on CCS and board online, I used SDK2.0 files, and the board burned SDK1.0 ccsdebug internally. My project was adjusted in this kind of environment.
    May I ask if there is any way I can make bin file be generated normally in this case?

  • Hi,

    The first thing to identify is if you have an AWR1642 ES 1.0 or ES 2.0 silicon.

    ES 2.0 shows similar to the attached picture.

    If you have ES 2.0 silicon you MUST use mmwave SDK 2.x. SDK 1.x will not work

    Thank you

    Cesar

  • Indeed, as you said, I checked the chip for IWR1642, and the content is similar to the picture you gave me.I rewrote SDK2.0's ccsdebug, but I reported an error during debugging (I used SDK1.0's ccsdebug before also because of the error). The error content is as follows:

    [C674X_0] Debug: Logging UART Instance @0080f0d8 has been opened successfully
    Debug: DSS Mailbox Handle @00805fc8
    Debug: MMWDemoDSS create event handle succeeded
    Debug: MMWDemoDSS mmWave Control Initialization succeeded
    [Cortex_R4_0] **********************************************
    Debug: Launching the Millimeter Wave Demo
    **********************************************
    Debug: MMWDemoMSS Launched the Initialization Task
    Debug: MMWDemoMSS mmWave Control Initialization was successful
    [C674X_0] Debug: MMWDemoDSS ADCBUF Instance(0) @0080f0c0 has been opened successfully
    [Cortex_R4_0] Debug: CLI is operational
    [C674X_0] Debug: MMWDemoDSS Data Path init succeeded
    Debug: MMWDemoDSS initTask exit
    [Cortex_R4_0] Debug: MMWDemoMSS Received CLI sensorStart Event
    Error: MMWDemoMSS mmWave open configuration failed [Error code -203554190]

  • I rewrote SDK2.0's ccsdebug for debugging, and found that it was a configuration error, and new problems appeared after the change, for solution.

    {module#8}: "../dss_main.c", line 200: error {id:0x10000, args:[0x80dcbc, 0x80dcbc]}
    xdc.runtime.Error.raise: terminating execution
    [Cortex_R4_0] xdc.runtime.Main: "platform/mmwave_xwr16xx.c", line 1342: assertion failure
    xdc.runtime.Error.raise: terminating execution

  • Hi,

    I am not clear what you are doing.

    Do you have AWR1642BOOST EVM?

    If you do you should first run the mmWave SDK demo. You can use SDK 2.x or SDK 3.x

    thank you

    Cesar