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/CC1352R: Memory write failed: timed out...

Part Number: CC1352R

Tool/software: Code Composer Studio

Hi,

I'm having a problem with a device. When I attempt to flash it, I get:

Cortex_M4_0: Flashloader: Verbose output enabled.
Cortex_M4_0: GEL Output: Board Reset Complete.
Cortex_M4_0: Writing Flash @ Address 0x00000000 of Length 0x00007800
Cortex_M4_0: Loading flashloader to target: FlashLoaderCC26x2.out 
Cortex_M4_0:   Chunk 1: addr=0x00000000, length=8192, crc=0xDE73A1E3 (using block 0)
Cortex_M4_0:   Chunk 2: addr=0x00002000, length=8192, crc=0x93E5FEF4 (using block 1)
Cortex_M4_0: Target timed out! (Block 0)
Cortex_M4_0:   Status 0xFFFFFFFF: Target flashloader has not returned any status. Unknown error!
Cortex_M4_0:   Command=20 -- addr=0x00002000 -- length=0x00002000
Cortex_M4_0: File Loader: Memory write failed: Timed out waiting for target flashloader to execute command.

In order to flash it, I need to use Flash Programmer 2 and erase. But when a program is flashed once, the above error happens on further attempts, and I need to erase. I read this thread: http://e2e.ti.com/support/wireless-connectivity/bluetooth/f/538/t/803609?CCS-CC2640-The-program-works-perfectly-on-first-launch-but-has-Memory-write-failed-error-on-the-next-launch- but there was no resolution.

Help!