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/SIMPLELINK-CC13X0-SDK: Where is the setting to change the path to FlashLoaderCC26x0?

Part Number: SIMPLELINK-CC13X0-SDK
Other Parts Discussed in Thread: UNIFLASH

Tool/software: Code Composer Studio

Image will not flash in CCS, and the FlashLoaderCC26x0 is located only in "C:\ti\uniflash_4.6.0\deskdb\content\TICloudAgent\win\ccs_base\arm\FlashLoaderCC26x0.out"

Cortex_M3_0: GEL Output: Memory Map Initialization Complete.
Cortex_M3_0: GEL Output: Board Reset Complete.
Cortex_M3_0: Failed to write flashloader to device SRAM. Error: Unable to read algorithm file "C:\ti\ccsv8\ccs_base\DebugServer\bin\..\..\arm\FlashLoaderCC26x0.out"
Cortex_M3_0: File Loader: Memory write failed: Failed to write flashloader to device SRAM.

The image flashes w/ Uniflash and runs on the board successfully however.

Where is the setting to change the path to FlashLoaderCC26x0?

Thank you

  • Hello,

    Patrick Blanchard said:
    Cortex_M3_0: Failed to write flashloader to device SRAM. Error: Unable to read algorithm file "C:\ti\ccsv8\ccs_base\DebugServer\bin\..\..\arm\FlashLoaderCC26x0.out"

    Assuming that CCS in indeed installed in C:\ti\ccsv8, that path looks correct - that file should be there (I see it in my installation). What do you see in that directory?

    Thanks

    ki

  • copied the ../arm/*.out to the stated dir and it works. Thank you!

    PS, where in the Debugger setup is that path stated?