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