Other Parts Discussed in Thread: MSP430G2553, CC1101
I've read all through these forums about the issue that I'm having. The watchdog timer is expiring and resetting the micro before my main loop is ever reached. I've attempted to disable the watchdog within the function _system_pre_init() but not having much luck.
When I try to include pre_init.c in my project, I get a compiler error:
Description Resource Path Location Type
#10056 symbol "_system_pre_init" redefined: first defined in "./pre_init.obj"; redefined in "C:\TI\grace_2_10_02_85\packages\ti\targets\msp430\rts430\lib\ti.targets.msp430.rts430.ae430<pre_init.oe430>" Keyfob_AGVTC C/C++ Problem
I get the same error when I try defining the function in another c file. I've not been able to successfully compile with _system_pre_init() defined as my own.
suggestions?
by the way I'm using CCS 5.3 with a msp430g2553 microprocessor