diff options
-rw-r--r-- | boards/GENERIC_SPC560BC/board.c | 5 | ||||
-rw-r--r-- | demos/PPC-SPC560B-GCC/mcuconf.h | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/boards/GENERIC_SPC560BC/board.c b/boards/GENERIC_SPC560BC/board.c index f7155230f..fea792c3e 100644 --- a/boards/GENERIC_SPC560BC/board.c +++ b/boards/GENERIC_SPC560BC/board.c @@ -55,11 +55,6 @@ const PALConfig pal_default_config = { void __early_init(void) {
spc_clock_init();
-
- /* SWT disabled.*/
- SWT.SR.R = 0xC520;
- SWT.SR.R = 0xD928;
- SWT.CR.R = 0xFF00000A;
}
/*
diff --git a/demos/PPC-SPC560B-GCC/mcuconf.h b/demos/PPC-SPC560B-GCC/mcuconf.h index 48bb7462c..5eec57f62 100644 --- a/demos/PPC-SPC560B-GCC/mcuconf.h +++ b/demos/PPC-SPC560B-GCC/mcuconf.h @@ -30,6 +30,7 @@ */
#define SPC5_NO_INIT FALSE
#define SPC5_ALLOW_OVERCLOCK FALSE
+#define SPC5_DISABLE_WATCHDOG TRUE
#define SPC5_XOSCDIV_VALUE 1
#define SPC5_IRCDIV_VALUE 1
#define SPC5_FMPLL0_IDF_VALUE 1
|