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.

TIDA-020032: Regarding Flashing TIDA-020032

Part Number: TIDA-020032

Hello,

We have a TIDA-020032 board sample from TI which we are trying to flash using XDS110. We connected the board with debugger probe & when we try to run one of examples as in the associated Simple Link SDK, we get this error 

Cortex_M3_0: GEL Output: Memory Map Initialization Complete.
Cortex_M3_0: GEL Output: Board Reset Complete.
Cortex_M3_0:   Command=20 -- addr=0x00002000 -- length=0x00001000
Cortex_M3_0: File Loader: Memory write failed: Timed out waiting for target flashloader to execute command.
Cortex_M3_0: GEL: File: C:\Users\premkiran.slnrm\workspace_v10\ble5_host_test_cc2640r2lp_app\FlashROM_StackLibrary\ble5_host_test_cc2640r2lp_app.out: Load failed.

We checked the JTAG is correct. Are we missing anything here?

Also please let us know the settings in CCS using XDS110 to build and flash the board with any examples provided.

Regards

Prem

  • Hello Prem,

     Could you please confirm which device is solder on your board? Would it be possible to upload a picture?

       Thanks,

         David

  • Hi David,

    We are using TI-020032 board which is provided by TI. 

    We have connected the XDS110 to the JTAG, and a P-CAN Simulator to the CAN pins to read CAN. 

    However, as we check, we are not getting voltage on JTAG during reset. When we connect CAN, the error is not seen. 

  • Hi Perm,

    We are using TI-020032 board which is provided by TI.

     If that is the case, the device on the board is a cc2642 (M4F) therefore the problem is that you are trying to download a cc2640r2 (M3) project into a cc2642.

    Cortex_M3_0: GEL: File: C:\Users\premkiran.slnrm\workspace_v10\ble5_host_test_cc2640r2lp_app\FlashROM_StackLibrary\ble5_host_test_cc2640r2lp_app.out: Load failed.

    Could you please try downloading a cc2642 project and let us know if you run into the same issue.

       Thanks,

        David 

  • Hello,

    Many thanks for your reply. 

    1. We are able to flash with project 0 when the CAN bus is always connected. 

    2. The CAN bus when sending cyclic messages on CAN bus is only giving Power on the JTAG. 

    We are now able to run the examples code with your suggestions.