Hallo everyone,
I use a MSP430F2617 and I have a progam that uses
MSP430: Loading complete. There were 3916 (code) and 22 (data) bytes written to FLASH. The expected RAM usage is 456 (uninitialized data + stack) bytes.
The thing is, the Watchdog is reseting everything before I reach my main (the code never reachs 0x0059d4). How can I disable the Watchdog, I tried it with the pre_init.c but I believe the GCC Beta doesn't support this.
I can see that the reset happens during the memset call from the __crt0_init_bss():
How can I place my code infront of this function?

