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.

430BOOST-SHARP96 stuck after some time.

First : i'm a begginer

now we can proceed.. :)

i'm using MSP420G2553 and my goal is to show integer value on the screen.. now that's working good but after some time the LCD module stuck.

do i need to clean the buffer or it's related to the clock ?? (working on 16Mhz)

see attached code:

(probably not the best optimized code.. at all/ )

case 1:
// ----------Show ADCValue -----------------------------------------
GrStringDraw(&g_sContext,"ADCValue:",AUTO_STRING_LENGTH, 5, 35, TRANSPARENT_TEXT);
itoa (ADCValue, chString, 10);
GrStringDrawCentered(&g_sContext,chString,5,70,45,TRANSPARENT_TEXT);
GrFlush(&g_sContext);
Delay_long();
Delay_long();
GrClearDisplay(&g_sContext);
Delay_short();
ADCValue=ADCValue++;
i=1;
break;

thanks in advance,

**Attention** This is a public forum