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/MSP430F5438A: Downloading memory using CLI

Part Number: MSP430F5438A


Tool/software: Code Composer Studio

Hello Team,

I'm trying to do a memory dump using CLI using the below command

dslite --mode memory --config=MSP430F5438A.ccxml --range=0x20000,131072 --output=dump.bin -e -g dump.log

Memory dump is working but the download size is 256KB instead of requested 128KB.

Is there something wrong with the command that i'm using.

Thanks,

Ashish