summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-22 09:30:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-22 09:30:41 -0600
commit9f41f2c5ac982852a91945a7d2c448f5767e66c3 (patch)
tree7cef788de0ea6ec67e3e5a565e10cee5f0f80e52 /nuttx/configs
parent34a67da661d0767c3a2a6432d914c318dc93c986 (diff)
downloadnuttx-9f41f2c5ac982852a91945a7d2c448f5767e66c3.tar.gz
nuttx-9f41f2c5ac982852a91945a7d2c448f5767e66c3.tar.bz2
nuttx-9f41f2c5ac982852a91945a7d2c448f5767e66c3.zip
TM4C129X: A small step toward understanding new Tiva clocking
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/dk-tm4c129x/include/board.h81
1 files changed, 32 insertions, 49 deletions
diff --git a/nuttx/configs/dk-tm4c129x/include/board.h b/nuttx/configs/dk-tm4c129x/include/board.h
index d474a1348..e620d22f0 100644
--- a/nuttx/configs/dk-tm4c129x/include/board.h
+++ b/nuttx/configs/dk-tm4c129x/include/board.h
@@ -50,69 +50,52 @@
/* Clocking *************************************************************************/
-/* RCC settings. Crystals on-board the TMC4C123G LaunchPad include:
+/* Crystals on-board the DK-TM4C129X include:
*
- * 16MHz connected to OSC0/1 (pins 40/41)
- * 32.768kHz connected to XOSC0/1 (pins 34/36)
+ * 1. 25.0MHz (Y2) is connected to OSC0/1 pins and is used as the run mode input to
+ * the PLL.
+ * 2. 32.768kHz (Y3) connected to XOSC0/1 and clocks the hibernation module.
*/
-#define SYSCON_RCC_XTAL SYSCON_RCC_XTAL16000KHZ /* On-board crystal is 16 MHz */
-#define XTAL_FREQUENCY 16000000
+#define SYSCON_RCC_XTAL SYSCON_RCC_XTAL16000KHZ /* On-board crystal is 25 MHz */
+#define XTAL_FREQUENCY 25000000
-/* Oscillator source is the main oscillator */
-
-#define SYSCON_RCC_OSCSRC SYSCON_RCC_OSCSRC_MOSC
-#define SYSCON_RCC2_OSCSRC SYSCON_RCC2_OSCSRC2_MOSC
-#define OSCSRC_FREQUENCY XTAL_FREQUENCY
-
-/* Use system divider = 4; this corresponds to a system clock frequency
- * of (400 / 1) / 5 = 80MHz (Using RCC2 and DIV400).
- */
-
-#define TIVA_SYSDIV 5
-#define SYSCLK_FREQUENCY 80000000 /* 80MHz */
-
-/* Other RCC settings:
+/* The PLL generates Fvco according to the following formulae. The input clock to
+ * the PLL may be either the external crystal (Fxtal) or PIOSC (Fpiosc). This
+ * logic supports only the external crystal as the PLL source clock.
*
- * - Main and internal oscillators enabled.
- * - PLL and sys dividers not bypassed
- * - PLL not powered down
- * - No auto-clock gating reset
+ * Fin = Fxtal / (Q + 1 )(N + 1) -OR- Fpiosc / (Q + 1)(N + 1)
+ * Mdiv = Mint + (MFrac / 1024)
+ * Fvco = Fin * Mdiv
+ *
+ * Where the register fields Q and N actually hold (Q-1) and (N-1). The following
+ * setup then generates Fvco = 480MHz:
+ *
+ * Fin = 25 MHz / 1 / 5 = 5 MHz
+ * Mdiv = 96
+ * Fvco = 480
*/
-#define TIVA_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | \
- SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(TIVA_SYSDIV))
+#define BOARD_PLL_MINT 96 /* Integer part of PLL M value */
+#define BOARD_PLL_MFRAC 0 /* Fractional part of PLL M value */
+#define BOARD_PLL_N 5 /* PLL N value */
+#define BOARD_PLL_Q 1 /* PLL Q value */
-/* RCC2 settings
- *
- * - PLL and sys dividers not bypassed.
- * - PLL not powered down
- * - Not using RCC2
+#define BOARD_FVCO_FREQUENCY 480000000 /* Resulting Fvco */
+
+/* When the PLL is active, the system clock frequency (SysClk) is calculated using
+ * the following equation:
*
- * When SYSCON_RCC2_DIV400 is not selected, SYSDIV2 is the divisor-1.
- * When SYSCON_RCC2_DIV400 is selected, SYSDIV2 is the divisor-1)/2, plus
- * the LSB:
+ * SysClk = Fvco/ (sysdiv + 1)
*
- * SYSDIV2 SYSDIV2LSB DIVISOR
- * 0 N/A 2
- * 1 0 3
- * " 1 4
- * 2 0 5
- * " 1 6
- * etc.
+ * The following setup generates Sysclk = 120MHz:
*/
-#if (TIVA_SYSDIV & 1) == 0
-# define TIVA_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV2LSB | \
- SYSCON_RCC2_SYSDIV_DIV400(TIVA_SYSDIV) | \
- SYSCON_RCC2_DIV400 | SYSCON_RCC2_USERCC2)
-#else
-# define TIVA_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV_DIV400(TIVA_SYSDIV) | \
- SYSCON_RCC2_DIV400 | SYSCON_RCC2_USERCC2)
-#endif
+#define BOARD_PLL_SYSDIV 4 /* Sysclk = Fvco / 4 = 120MHz */
+#define SYSCLK_FREQUENCY 120000000 /* Resulting SysClk frequency */
/* LED definitions ******************************************************************/
-/* The TMC4C123G LaunchPad has a single RGB LED. There is only one visible LED which
+/* The DK-TM4C129X has a single RGB LED. There is only one visible LED which
* will vary in color. But, from the standpoint of the firmware, this appears as
* three LEDs:
*