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.

TM4C129 AD EXAMPLE

I use the TEXAS TNSTRUMENTS Tiva C Series ARM MCU board,and the TI's single_ended.c example.I found first load it, AD example is no problem,But when I turn off the power and then turn on power again.The AD example it stoping " while(!ADCIntStatus(ADC0_BASE, 3, false))" here,can't continue to run.if you know,please tell the reason,Thanks.

  • hi,

    How do you know the program is stopping in while(...) loop after switching off/on the power supply? are you using the debugger for that? if yes, please don't do it - run without the debugger and use a serial console like putty to get the answers/data from the board. Tell us the result of this test. 

    Petrei