Tool/software: Code Composer Studio
Hello
I'm modifying MSPBoot code.
I was success to communicate between msp430f5659 and another MCU.
I generated app code include CRC.
And, I wrote CRC in code memory(0x8000).
The result was successful. I can see CRC value in Diassembly like below.
But, the CRC value in 0x8000 was deleted after msp430 reset.
I think code memory must retain value and run app code after mcu reset.
Is it wrong?
Thank you.
Regards, Youngjun