diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/MSP430-MSP430x1611-GCC/mcuconf.h | 2 | ||||
-rw-r--r-- | demos/MSP430-MSP430x1611-GCC/readme.txt | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/demos/MSP430-MSP430x1611-GCC/mcuconf.h b/demos/MSP430-MSP430x1611-GCC/mcuconf.h index c79252c86..72c180648 100644 --- a/demos/MSP430-MSP430x1611-GCC/mcuconf.h +++ b/demos/MSP430-MSP430x1611-GCC/mcuconf.h @@ -28,7 +28,7 @@ /*
* HAL driver system settings. */
-#define MSP430_USE_CLOCK MSP430_CLOCK_SOURCE_DCOCLK
+#define MSP430_USE_CLOCK MSP430_CLOCK_SOURCE_XT2CLK
/*
* ADC driver system settings.
diff --git a/demos/MSP430-MSP430x1611-GCC/readme.txt b/demos/MSP430-MSP430x1611-GCC/readme.txt index 3c1682098..90dc78ff9 100644 --- a/demos/MSP430-MSP430x1611-GCC/readme.txt +++ b/demos/MSP430-MSP430x1611-GCC/readme.txt @@ -4,7 +4,12 @@ ** TARGET **
-The demo runs on an Olimex MSP430-P1611 board.
+The demo runs on an Olimex MSP430-P1611 board with a 8MHz xtal installed. In
+order to execute the demo without an crystal you need to edit mcuconf.h
+and change:
+#define MSP430_USE_CLOCK MSP430_CLOCK_SOURCE_XT2CLK
+in:
+#define MSP430_USE_CLOCK MSP430_CLOCK_SOURCE_DCOCLK
** The Demo **
|