Other Parts Discussed in Thread: CC430F6137
Hi,
I am using CCSV4.2.3.00004 against CC430F6137 and JTAG(MSP-FET430UIF).
I am able to built and debug my project successfully.But while checking allocated
memory locations I did not find the data which I am writing into that location.
My application data starts at the .BSS segment .While debugging any value that is displayed
as the contents (in watch window ) is incorrect.The problem is resolved when I introduced a
dummy array of 260 bytes aligned with the start address of .BSS data segment .I am using the
stack of 128 bytes and heap of 250 bytes .
Below figures are my screen shot with out introducing the dummy array .
.
THIS IS THE WATCH WINDOW.

THIS IS THE MEMORY WINDOW.

.

.