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.
I have a project on MSP430F47197 and I want to generate the txt file of the project for the GANG Programmer. I successfully generate the txt file but when I debug the code through the GANG programmer in our end device (a three phase energy meter) the device resets after 2 to 3 seconds. I don't know how to get rid of this situation. I also read the user manual but it also didn't helped me. Is there any compiler setting that I missed in during the generation of file?? Any new idea would be appreciated.
Thanks.
So the problem is obviously not the TI.TXT file and how to generate it.SHASWAT DUBEY said:when I debug the code through the GANG programmer in our end device (a three phase energy meter) the device resets after 2 to 3 seconds.
The usual suspects are nor triggering/disabling the watchdog timer, enabling interrupts without providing the proper ISR, stack overflows or accessing a protected register with a wrong password.
**Attention** This is a public forum