Part Number: CC2651R3SIPA
Other Parts Discussed in Thread: CC2651R3,
Hi champs!
Customer has problems starting a debug session:
We are in the process of programming a BLE application and want to run the Simple Peripheral example on the board in the 1st step.
This also works if you program the hex file using UniFlash. However, we cannot debug.
We use the internal debugger of the eval board.
When connecting the debug session in Code Composer Studio, the following message always appears:
Cortex_M4_0: GEL Output: Memory Map Initialization Complete.
Cortex_M4_0: Flashloader: Verbose output enabled.
Cortex_M4_0: Device revision '0x0' unknown for selected target. Assuming latest known revision: Rev. 2.4.
Cortex_M4_0: GEL Output: Memory Map Initialization Complete.
Cortex_M4_0: GEL Output: Board Reset Complete.
Cortex_M4_0: Writing Flash @ Address 0x00000000 of Length 0x00007ff0
Cortex_M4_0: Loading flashloader to target: FlashLoaderCC26x0.out
Cortex_M4_0: Chunk 1: addr=0x00000000, length=8192, crc=0x993F6811 (using block 0)
Cortex_M4_0: Chunk 2: addr=0x00002000, length=8192, crc=0xEB9CC8E1 (using block 1)
Cortex_M4_0: Command=20 -- addr=0x00002000 -- length=0x00002000
Cortex_M4_0: File Loader: Memory write failed: Status 0x0102: Target flashloader failed to erase sector 1. Low level function returned status 3 (Incorrect parameter value).
Cortex_M4_0: GEL: File: C:\Users\user\workspace_v12\b22-ch2-ti-example\Debug\b22-ch2-ti-example.out: Load failed.
Can you help ?