test

Dependents:   STM32_Blink_LED

Files at this revision

API Documentation at this revision

Comitter:
hankzhang
Date:
Wed Apr 15 14:01:29 2020 +0000
Parent:
7:09d8c2eacb4d
Commit message:
test

Changed in this revision

SysClockConf.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SysClockConf.cpp	Wed Nov 23 14:31:39 2016 +0000
+++ b/SysClockConf.cpp	Wed Apr 15 14:01:29 2020 +0000
@@ -59,7 +59,7 @@
 
     PeriphClkInit.PeriphClockSelection = RCC_PERIPHCLK_ADC|RCC_PERIPHCLK_USB;
     PeriphClkInit.AdcClockSelection = RCC_ADCPCLK2_DIV6;
-    PeriphClkInit.UsbClockSelection = RCC_USBPLLCLK_DIV1_5;
+    //PeriphClkInit.UsbClockSelection = RCC_USBPLLCLK_DIV1_5;
     if (HAL_RCCEx_PeriphCLKConfig(&PeriphClkInit) != HAL_OK) {
         return false;
     }