Hello, everyone.
I have some problems. I need to finish my final project until this week, and I realized that my program only start when I press the reset button on my LaunchPad MSP430G2553. The Launchpad is going to be on a closed box and the reset button wouldn't be reachable.
I did some researchs, and I find out that my program was in debug mode. So I changed to release mode on CCS and the program start running as soon as power on my LaunchPad, but everything that was working perfectly on debug mode, isn't on release mode. It seems that my program only works on debug mode. My code has something like 3000 lines, and it's hard to search for some tiny mistakes.
The question is: Is there a way to run my code on Debug Mode but make it start as soon as I power on my Launchpad instead of needing to press the reset button ?
Thank you, advance.