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.

EK-TM4C123GXL Hardware and Software Reset Issues

Other Parts Discussed in Thread: EK-TM4C123GXL

I have been working on code for a project. After adding code to software restart the board, the code will no longer work for that specific project after either resting the device though software or hardware. Now to get the code to work after restarting I have to run a different project then I can run my current project code. I am using a EK-TM4C123GXL board.

  • Josh Prickett said:
    After adding code to software restart the board,

    Possible that this "code to software restart the board" is the problem. 

    Possible also that your project don't have a startup file to handle the reset.

    Try to add this "code to software restart the board" at known working example programs for Tiva Launchpad and see if you get the same results.

    - kel