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/AWR1642: Trouble about CaptureDemo

Part Number: AWR1642

Tool/software: Code Composer Studio

Hi, 

Using capture demo have a problem with AWR1642, I connect target and load, but Cortex_R4_0 is not work well, here is the message: 

Cortex_R4_0: Trouble Removing Breakpoint with the Action "Process CIO" at 0x17e42: (Error -1066 @ 0x17E42) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 7.0.48.0)

But I clear all breakpoint in mss.c, can you help me?

Thanks,

Jian

  • IcePick_M_0: Error: (Error -261 @ 0xFFFFFEFB) Invalid response was received from the XDS110. (Emulation package 7.0.48.0)
    CS_DAP_0: Error: (Error -261 @ 0x0) Invalid response was received from the XDS110. (Emulation package 7.0.48.0)
    CS_DAP_0: Unable to determine target status after 20 attempts
    CS_DAP_0: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-codes embedded in program memory. It is recommended that you reset the emulator before you connect and reload your program before you continue debugging
    Cortex_R4_0: Error: (Error -261 @ 0x0) Invalid response was received from the XDS110. (Emulation package 7.0.48.0)
    Cortex_R4_0: Unable to determine target status after 20 attempts
    Cortex_R4_0: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-codes embedded in program memory. It is recommended that you reset the emulator before you connect and reload your program before you continue debugging
  • Hello Jian,

    Have you tried removing all the breakpoints as below:

    Go to "View->Breakpoints-> Remove all breakpoints" 

    You need to do this selecting "Cortex_R4_0" and "C674x_0" separately.

    Please let us know if you still face same problem even after following this step to remove the breakpoints.

    Thanks,

    Raghu 

  • Hi, Raghu 

    Thank you for your reply, the breakpoints problem is resolved by removing all the breakpoints. Thanks!

    And I have another question here.

    I modify the dss_main.c and mss_main.c codes, so I want to create new .xe674 and .xer4f files, I refer to mmwave_sdk_user_guide.pdf  section 6.5 xWR1xxx Image Creator, but I am sill not be able to understand. 

    Could you give me more details about this?  It would be great to see step by step instruction or diagram how to create new .xe674 and .xer4f files.

    Thanks,

    Jian

  • Hello Jian,
    The image creator is to create a meta image that include MSS, RadarSS and DSS image together in a single image.

    If you are interested in the build procedure for MSS and DSS image you can refer to the makefiles in the demo folder that build these images.

    Please refer to "MMWAVE-SDK-INSTALL\packages\ti\demo\xwr16xx\mmw\makefile", this makefile call the MSS and DSS makefile to build the MSS and DSS images and then eventually creates the metaimage .

    MSS Build make file : MMWAVE-SDK-INSTALL\packages\ti\demo\xwr16xx\mmw\mss\mss_mmw.mak
    DSS Build make file : MMWAVE-SDK-INSTALL\packages\ti\demo\xwr16xx\mmw\dss\dss_mmw.mak

    Let me know if you need further information.

    Thanks,
    Raghu
  • Thanks, Raghu. My questions are resolved well.