Other Parts Discussed in Thread: MSP430F6723,
Hi,
As summarized in tittle, one of my project will run just fine on MSP430F6723 but somehow not on MSP430F6731. The only difference between those two MCUs seems to be flash (64KB vs 32KB), and RAM(4KB vs 2KB). None of the SD24 channels are used, so this should not matter. Memory allocation in CCS says 1360B RAM is used, and 18912B flash is used. So MSP430F6731 should have enough RAM.
When I tried to debug/step through the code on MSP430F6731, the play/resume button will be greyed out. If I press pause button, I will something like the screenshot. Does this mean code is stuck in some low level initialization process upon booting?

If I just load some simple test code such as blinky or UART echo into MSP430F6731 based board, everything seems to run just fine. So the board itself should be fine.
Can anyone offer some pointer on how to solve the problem? Thanks in advance.