diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-11-19 12:12:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-11-19 12:12:16 +0000 |
commit | 8b9797269053faa03118bc0656dfd03d558e3136 (patch) | |
tree | a2eb6a678309e6ebf502519de17f488e985a0c9e /boards/GENERIC_SPC560P/board.c | |
parent | 59bb7ed0c624a773630c20cb3cfc85f4d65d5e78 (diff) | |
download | ChibiOS-8b9797269053faa03118bc0656dfd03d558e3136.tar.gz ChibiOS-8b9797269053faa03118bc0656dfd03d558e3136.tar.bz2 ChibiOS-8b9797269053faa03118bc0656dfd03d558e3136.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4831 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/GENERIC_SPC560P/board.c')
-rw-r--r-- | boards/GENERIC_SPC560P/board.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boards/GENERIC_SPC560P/board.c b/boards/GENERIC_SPC560P/board.c index 85c938005..7b0af53aa 100644 --- a/boards/GENERIC_SPC560P/board.c +++ b/boards/GENERIC_SPC560P/board.c @@ -63,6 +63,11 @@ 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;
}
/*
|