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.
I need your help.
When launching Debug mode manually by using target configuration and connecting MSP430F249,
I can’t save memory at the following setting.(I use Windows8)
・format: TI DATA
・start address:0x1000
・length:0xF000
And the message like the attached picture shows up.
(Of course, the flash is filled with from 0x000 to 0xFFFF.)
In addition to this, by changing “ length” of the saving memory sometimes, I find I can save memory at the length:0x7800 (which is just half of 0xF000!) , and I can’t save memory at over 0x7801( the same message shows up)
What should I do to save memory from 0x1000 to 0xFFFF?
Is this a bug of CCS V6.00?
Or Do I need to set any parameters for saving memory?
Please, advise me.
ryo
Hello,
user4294834 said:(Of course, the flash is filled with from 0x000 to 0xFFFF.)
I don't have much experience with the F249 but looking at the datasheet, it appears flash (for code memory) is from 0x1100 to 0x0FFC). Is that correct?
ki
Hi,
Which exact CCS version are you using? Is it 6.0.0.00190? Perhaps this was a bug in this older release.
The reason is that I was able to save the memory on my MSP430F5529 (I don't have a F249) using the parameters below:
If that is your case, you can try to download and install a newer release of CCS in a separate directory with a different workspace and try to see if the Memory save works for you.
Regards,
Rafael
Thank you for your reply.
Hmm, I'll check the data sheet .
But , even if flash is from 0x1100 to 0x0FFC, I can't make sense that I can't save flash from 0x1000 to 0x1000+0x7801(length) more.
Thank you for your reply.
As you say, my CCS version is 6.0.0.00190.
and today, I tried same thing in CCS version 6.0.1 (this is newer version).
however, I got same result.
In CCS v4 , I can save flash from 0x1000 to 0xFFFF(0x1000+0xF000).
Hmm, It seems that it doesn't work when using both MSPF249 and CCS V6,