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.

Reset button problem msp432

Hello msp432 community. I have a problem I'm starting to program with CCS. I made a program for switching the LEDs on port 2 in the following order. First red, red and green LED second, third green LED. Green and blue fourth and fifth blue. The sequence runs well when programming. The problem is when I press the reset button. The light sequence should start from the Red led again but it does not. Instead it does another light sequence as if a second program which in my CCS does not exist. Help me please

  • Luis, can you show your code? When resetting the micro it will start from the beginning. If you were using a FRAM device and store the state of your sequence in a variable that isn't initialized at start, then this would be possible. But the MSP432 hasn't FRAM :)

    Dennis

**Attention** This is a public forum