LP-EM-CC1354P10: Problems flashing/debugging in CCS v20.1.0

Part Number: LP-EM-CC1354P10
Other Parts Discussed in Thread: CC1354P10, Z-STACK, UNIFLASH, CC1352P7

Tool/software:


I recently switched to using CCS v20 and for the most part it was working well, however now I switched to working on a different Launchpad board LP_EM_CC1354P10_1 and have been having issues flashing/debugging any example apps on this board.

Currently working on mcuboot based examples, but have also test on some Z-stack apps. I always get the following errors below (sometime it gets further than second page shown below, but none have completed without error)

Fullscreen
1
2
3
Command=20 -- addr=0x00000800 -- length=0x00000800
File Loader: Memory write failed: Status 0x000e1400: Target flashloader has not returned any status. Unknown error!
GEL: File: C:\Users\darkx\AppData\Local\Temp\ti_cloud_storage\mcuboot_LP_EM_CC1354P10_1_nortos_ticlang.out: Load failed.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

I can flash fine from Uniflash to this Launchpad, but that doesnt help me with debugging!  Everything works as expected on another Launchpad LP_CC1352P7_4 (in CCS v20).

Are there any settings or workarounds I can use to get this board working CCS v20?

  • I will just add I get the exact same errors on both Linux and Windows.

  • Please use the version for the Tools spesified in the release note (Release Notes) for the SDK.

    If you are using our latest SDK (8.30.01.01) you should use CCS-12.8.0

    Dependencies

    SimpleLink Low Power F2 SDK 8.30.01.01 was built & tested on a Windows host platform using the following Integrated Development Environments (IDEs) and components. Using an IDE or toolchain version not listed below may result in compatibility issues with this SDK release. Refer to the individual component release notes in the Document Overview for each component’s supported code generation tools. CCS Theia 1.5.0 does not include TI Clang v. 3.2.2 LTS which is needed for this SDK. TI Clang v. 3.2.2 LTS can be downloaded separately: https://www.ti.com/tool/download/ARM-CGT-CLANG

  • Hello,

    This is a known issue and we are actively working on a fix:

    https://sir.ext.ti.com/jira/browse/EXT_EP-12223

    Thanks

    ki

  • We have a fix for this issue which will be included in the next CCS. If you would like to try the fix now, Do the following:

    1) Browse to <CCS 20.1.0 INSTALL DIR>\ccs\ccs_base\emulation\drivers

    2) Backup or rename the "tixds510cortexM33.dvr" file in the directory

    3) Extract the file in the zip below in the above location

    tixds510cortexM33.zip

    Try CCS again and see if the issue is resolved.

  • Thanks, this fixes on  Windows. However my primary development environment is Linux, do you have a patched driver for Linux also?