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.

CC3235SF: Uniflash error when flashing to a CC3235SF based hardware

Part Number: CC3235SF
Other Parts Discussed in Thread: UNIFLASH

Hi,

I am doing my development on Code Composer Studio using TI's CC3235SF Launchpad Dev Kit. I am able to build the code (Debug build) and flash on the TI Dev Kit. No issues.

However, when I flash the same binary using Uniflash on to a CC3235SF custom hardware,I get the following error at the end (bold, underlined, italicized).

Is there something I need to change in Code Composer Studio to make it flash on a custom hardware ?

Since both the Dev Kit and Custom hardware uses the same chip CC3235SF, why should it give this error?

I also see that in Uniflash in Advanced->General->Setting screen, the Capacity is by default 4 MB. But the CC3235SF supports only 1 MB flash. If I change it to 1 MB and try to create an image, I see the error

"Operation failed: Image creation failure: Error ! Total size of files + the programming image exceeded the storage size ". So, not sure what the issue is.

Any help in this regard is greatly appreciated.

Uniflash Log

[9/30/2020, 8:33:17 AM] [INFO] Cortex_M4_0: CC3235SF(Bootloader)

[9/30/2020, 8:33:17 AM] [INFO] Cortex_M4_0: ...Start to invoke the bootloader...

[9/30/2020, 8:33:17 AM] [INFO] Cortex_M4_0: Trigger XDS reset

[9/30/2020, 8:33:19 AM] [INFO] Cortex_M4_0: Send break signal

[9/30/2020, 8:33:22 AM] [INFO] Cortex_M4_0: Bootloader is successfully invoked!

[9/30/2020, 8:33:22 AM] [INFO] Cortex_M4_0: ...Get the storage list bitmap information...

[9/30/2020, 8:33:22 AM] [INFO] Cortex_M4_0: Storage List Information: 0x86

[9/30/2020, 8:33:22 AM] [INFO] Cortex_M4_0: ...Get the version information...

[9/30/2020, 8:33:22 AM] [INFO] Cortex_M4_0: Bootloader version: 01.00.00.04

[9/30/2020, 8:33:22 AM] [INFO] Cortex_M4_0: NWP version: 00.00.00.00

[9/30/2020, 8:33:22 AM] [INFO] Cortex_M4_0: MAC version: 00.00.00.00

[9/30/2020, 8:33:22 AM] [INFO] Cortex_M4_0: PHY version: 00.00.00.00

[9/30/2020, 8:33:22 AM] [INFO] Cortex_M4_0: Chip version: 19.31.00.00

[9/30/2020, 8:33:22 AM] [INFO] Cortex_M4_0: ...Switch mode to Application MCU...

[9/30/2020, 8:33:22 AM] [INFO] Cortex_M4_0: ACK response for switching UART to APPS MCU is received!

[9/30/2020, 8:33:23 AM] [INFO] Cortex_M4_0: ACK response from sending break signal is received!

[9/30/2020, 8:33:23 AM] [INFO] Cortex_M4_0: ...Get the version information...

[9/30/2020, 8:33:23 AM] [INFO] Cortex_M4_0: Bootloader version: 05.00.00.04

[9/30/2020, 8:33:23 AM] [INFO] Cortex_M4_0: NWP version: 00.00.00.00

[9/30/2020, 8:33:23 AM] [INFO] Cortex_M4_0: MAC version: 00.00.00.00

[9/30/2020, 8:33:23 AM] [INFO] Cortex_M4_0: PHY version: 00.00.00.00

[9/30/2020, 8:33:23 AM] [INFO] Cortex_M4_0: Chip version: 19.31.00.00

[9/30/2020, 8:33:23 AM] [INFO] Cortex_M4_0: ...Get the storage list information...

[9/30/2020, 8:33:23 AM] [INFO] Cortex_M4_0: Block size of flash : 4096 bytes

[9/30/2020, 8:33:23 AM] [INFO] Cortex_M4_0: Number of blocks : 256

[9/30/2020, 8:33:23 AM] [INFO] Cortex_M4_0: ACK from host is successully sent to bootloader!

[9/30/2020, 8:33:23 AM] [INFO] Cortex_M4_0: ...Start to program the application image...

[9/30/2020, 8:33:28 AM] [INFO] Cortex_M4_0: Programming memory time elapsed: 4.745s

[9/30/2020, 8:33:28 AM] [INFO] Cortex_M4_0: Number of bytes programmed: 222528 bytes

[9/30/2020, 8:33:28 AM] [INFO] Cortex_M4_0: Programming speed: 45.8kByte/s

[9/30/2020, 8:33:28 AM] [INFO] Cortex_M4_0: ..Waiting the post-programming process..

[9/30/2020, 8:33:28 AM] [INFO] Cortex_M4_0: This might take about 40 seconds

[9/30/2020, 8:33:28 AM] [INFO] Cortex_M4_0: Post programming was unsuccessfully executed : 4.745s

[9/30/2020, 8:33:28 AM] [INFO] Cortex_M4_0: Please check if the image built is based on the connected device

[9/30/2020, 8:33:28 AM] [INFO] Cortex_M4_0: Image Creator tool generates specific SLI image based on the device properties

[9/30/2020, 8:33:28 AM] [ERROR] Cortex_M4_0: Post programming was unsuccessfully executed

[9/30/2020, 8:33:28 AM] [ERROR] Cortex_M4_0: [ERROR_MESSAGE]Process is failed!

Thanks and Regards,

Subramamyan