Skip to content

Commit f148046

Browse files
LordGuilly0xc0170
authored andcommitted
Change HSE for blupill,can only be XTAL
The BLUEPILL board does have XTAL soldered, cannot be used with an external oscillator
1 parent d7f3820 commit f148046

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device/system_clock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646

4747
/* Select the clock sources (other than HSI) to start with (0=OFF, 1=ON) */
48-
#define USE_PLL_HSE_EXTC (1) /* Use external clock */
48+
#define USE_PLL_HSE_EXTC (0) /* Use external clock */
4949
#define USE_PLL_HSE_XTAL (1) /* Use external xtal */
5050

5151

0 commit comments

Comments
 (0)