/***************************************************************** * Initialize peripherial, particularly disable watchdog * can be overwriten by user function with the same name *****************************************************************/ .section .init3, "ax", @progbits .weak __low_level_init .func __low_level_init __low_level_init: mov #0x5a80, &__WDTCTL .endfunc