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.

Compiler: msp430f67641a

Other Parts Discussed in Thread: MSP430F67791A

Tool/software: TI C/C++ Compiler

Dear  sir,

while(1)

{

// CalibrationMode();
DispCoverOpen();

}

in this when i program msp430f67791A controller my program not run and struck at  starting point .

while(1)

{

// CalibrationMode();
//DispCoverOpen(); // when i comment this on it will run..fine

}

  • The information provided here is way too open ended and broad. To help you better, we would need more details about the versions of tools you are using, exactly where and how the code is getting stuck and perhaps more information about your code. If you are using CCS, have you tried debugging the code by stepping through it in the debugger to narrow down the source of error?

  • Since I haven’t heard back from you, I’m assuming you were able to move past this issue. If not, please post specific details about your issue and question so we can better understand the issue.