Hello team,
I am a newbie with MSP430, and I am using a CC430F5137 for A/D sampling and RF transmit.
It seems that my program keeps rebooting every ~10 seconds. When I use the debugger, it performs the execution cycles as it should, but when I let it run repeatedly, I can see it transmit the "welcome" message over and over again (this should happen only once, at the start of the execution).
I have large data buffers (I am using IAR which resets these structures, thought I minimized it by using "__no_init" pragma ), and it takes time to init all these structures, so I've disabled the WDT during __low_level_init().
Could you kindly assist me with finding a lead? I would thank for any guiding questions.
Thank you,
Lior.