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: Cannot connect with device by using CCS

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: UNIFLASH

Tool/software: Code Composer Studio

Hello everyone

I am using CCS 7.1.0 to connect with AWR1642BOOST and load the custom project. So, I close the jumper SOP0 and SOP1. The target configuration file I used is in the attachment. When I was trying to connect with the device, it pops out an error said that:"Cortex_R4_0: Error connecting to the target: (Error -2062 @ 0x0) Unable to halt device. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 6.0.628.1) "

BTW, I can run the demo. i can connect with device in "function mode" with closed jumper SOP0.

Can you tell me how to solve this problem?

Thanks

Xining

NewTargetConfiguration.rar

  • HI Xining,



    Are you trying to load code to core via CCS while the device is in SOP mode = flash mode.
    or
    Are you trying to put image on flash during SOP mode = flash mode, for which Uniflash tool should be used.


    Thank you,
    Vaibhav
  • Hi Vaibhav

    I am trying to load the code to the core via CCS. Based on your suggestion, I set the SOP mode = flash mode. Then, I try to connect with two cores on the 1642. Only the ARM core can be connected. It shows the connecting error for DSP core as showing below.

    CS_DAP_0: GEL Output: --->> The debugger will enable "Halt On Reset" and release the application-extended reset

    C674X_0: GEL: Error while executing OnPreTargetConnect(): GEL_SetWaitInResetMode(): target does not support halt on reset

    at GEL_SetWaitInResetMode(1)

    at GEL_EvalOnTarget("C674X_0", "GEL_SetWaitInResetMode(1)") [xwr16xx_dss_csdap.gel:164]

    at DSS_PreConnect_CheckResetStatus()

    at GEL_EvalOnTarget("CS_DAP_0", "DSS_PreConnect_CheckResetStatus()", 1) [xwr16xx_dss_init.gel:11]

    at OnPreTargetConnect()

    Even though the ARM core can be connected, when I start to load the code, it shows following errors:

    Cortex_R4_0: Trouble Writing Memory Block at 0x0 on Page 0 of Length 0x3c: (Error -1065 @ 0x0) Unable to access device memory. Verify that the memory address is in valid memory. If error persists, confirm configuration, power-cycle board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 6.0.628.1)
    Cortex_R4_0: File Loader: Verification failed: Target failed to write 0x00000000
    Cortex_R4_0: GEL: File: C:\Users\XiningYu\workspace_v7\16_MMW_mss\Debug\demo.xer4f: Load failed.

    Thanks

    Xining