I am working with the 6713 on a design.
I have what seems like a simple problem. My program takes longer than it should to start up. In the process my watchdog timer expires and resets the processor. The root of the problem seems to too many global variables being initialized. Is there a place where I can insert a watchdog timer kick in startup code prior to main() being called?