summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2014-01-16 02:41:01 +0000
committerChristian Pointner <equinox@mur.at>2014-01-16 02:41:01 +0000
commit0f523376817b1a7dda09c927f924a2a7a8be65a7 (patch)
treee3d197714bce5baac7099b6a0f88542e5d4bfaca
parentdisabling RTC on F405 based MPU as well (diff)
disabled unused internal clocks
git-svn-id: https://svn.spreadspace.org/mur.sat@866 7de4ea59-55d0-425e-a1af-a3118ea81d4c
-rw-r--r--software/mpu/mcuconf-F405.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/software/mpu/mcuconf-F405.h b/software/mpu/mcuconf-F405.h
index c8355ba..f4989a0 100644
--- a/software/mpu/mcuconf-F405.h
+++ b/software/mpu/mcuconf-F405.h
@@ -34,8 +34,8 @@
* HAL driver system settings.
*/
#define STM32_NO_INIT FALSE
-#define STM32_HSI_ENABLED TRUE
-#define STM32_LSI_ENABLED TRUE
+#define STM32_HSI_ENABLED FALSE
+#define STM32_LSI_ENABLED FALSE
#define STM32_HSE_ENABLED TRUE
#define STM32_LSE_ENABLED FALSE
#define STM32_CLOCK48_REQUIRED TRUE
@@ -50,7 +50,7 @@
#define STM32_PPRE2 STM32_PPRE2_DIV2
#define STM32_RTCSEL STM32_RTCSEL_NOCLOCK
#define STM32_RTCPRE_VALUE 8
-#define STM32_MCO1SEL STM32_MCO1SEL_HSI
+#define STM32_MCO1SEL STM32_MCO1SEL_HSE
#define STM32_MCO1PRE STM32_MCO1PRE_DIV1
#define STM32_MCO2SEL STM32_MCO2SEL_SYSCLK
#define STM32_MCO2PRE STM32_MCO2PRE_DIV5