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/LAUNCHXL-CC2640R2: Not Able To Flash Using Ubuntu OS

Part Number: LAUNCHXL-CC2640R2

Tool/software: Code Composer Studio

I am getting this memory error while flashing the project zero code to the board using CCS ubuntu but that it works in CCS windows of same laptop.

Details I got in Console Window:

Cortex_M3_0: GEL Output: Memory Map Initialization Complete.
Cortex_M3_0: GEL Output: Board Reset Complete.
Cortex_M3_0: Target timed out! (Block 0)
Cortex_M3_0:   Status 0xFFFFFFFF: Target flashloader has not returned any status. Unknown error!
Cortex_M3_0:   Command=20 -- addr=0x00001000 -- length=0x00001000
Cortex_M3_0: File Loader: Memory write failed: Timed out waiting for target flashloader to execute command.
Cortex_M3_0: GEL: File: /home/vishank/TexasProjects/project_zero_cc2640r2lp_app/FlashROM_StackLibrary/project_zero_cc2640r2lp_app.out: Load failed.

I had done debugger firmware update.I don't  know whether it was working before that.

Anyway after firmware update also it is working in windows.

My Software and Hardware details:

- Launch pad name : LAUNCHXL-CC2640R2 Launchpad Rev 1.0
- CCS version of both Ubuntu and Windows : Code Composer Studio 9.1.0
 - SimpleLink SDK version of both Ubuntu and Windows: Simplelink_cc2640r2_sdk_4_10_00_10
 - Ubuntu OS version : 18.04 64 bit
- Windows OS : Windows 10 64 bit
  • Hello,

    There is a known issue with CCSv9.1.0 that can cause the issue you exhibit. The issue is fixed in CCSv9.2.0 and hence I suggest updating to that version.

    Thanks

    ki

  • I had updated the CCS to Code Composer Studio 9.2.0.While flashing the project zero code It is asking for firmware update for the debug probe in Ubuntu.Should I do trigger update or not...?

    Thanks in advance.

  • Vishank A said:
    I had updated the CCS to Code Composer Studio 9.2.0.While flashing the project zero code It is asking for firmware update for the debug probe in Ubuntu.Should I do trigger update or not...?

    Yes, this is required as the firmware needs to be compatible with the update emulation drivers.

    ki

  • I had done the firmware update and try to flash it.Again it gave the same memory error.

    Cortex_M3_0: GEL Output: Memory Map Initialization Complete.
    Cortex_M3_0: GEL Output: Board Reset Complete.
    Cortex_M3_0: Target timed out! (Block 0)
    Cortex_M3_0:   Status 0xFFFFFFFF: Target flashloader has not returned any status. Unknown error!
    Cortex_M3_0:   Command=20 -- addr=0x00001000 -- length=0x00001000
    Cortex_M3_0: File Loader: Memory write failed: Timed out waiting for target flashloader to execute command.
    Cortex_M3_0: GEL: File: /home/vishank/workspace_v9/project_zero_cc2640r2lp_app/FlashROM_StackLibrary/project_zero_cc2640r2lp_app.out: Load failed.

  • Can you try lowering the JTAG TCLK speed? Try 5.5Mhz or lower.