The STM32 UART is finally running.
[goodfet] / firmware / include / stm32f4xx.h
index e7b49be..63306ba 100644 (file)
         can define the HSE value in your toolchain compiler preprocessor.\r
   */           \r
 \r
-#if !defined  (HSE_VALUE) \r
-  #define HSE_VALUE    ((uint32_t)25000000) /*!< Value of the External oscillator in Hz */\r
-#endif /* HSE_VALUE */\r
+//#if !defined  (HSE_VALUE) \r
+#undef HSE_VALUE\r
+#define HSE_VALUE    ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */\r
+//#endif /* HSE_VALUE */\r
 \r
 /**\r
  * @brief In the following line adjust the External High Speed oscillator (HSE) Startup \r