Danillo Mangue Baja
Revision 13:aa4a9ef5ad0e, committed 2019-07-23
- Comitter:
- danilloaguiar
- Date:
- Tue Jul 23 13:47:50 2019 +0000
- Parent:
- 12:727468adfd1d
- Commit message:
- Danillo Mangue Baja Strain Gauge
Changed in this revision
SysClockConf.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SysClockConf.cpp Sat Jun 24 19:05:15 2017 +0000 +++ b/SysClockConf.cpp Tue Jul 23 13:47:50 2019 +0000 @@ -49,7 +49,7 @@ HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_2); PeriphClkInit.PeriphClockSelection = RCC_PERIPHCLK_ADC|RCC_PERIPHCLK_USB; PeriphClkInit.AdcClockSelection = RCC_ADCPCLK2_DIV6; - PeriphClkInit.UsbClockSelection = RCC_USBCLKSOURCE_PLL_DIV1_5; + //PeriphClkInit.UsbClockSelection = RCC_USBCLKSOURCE_PLL_DIV1_5; HAL_RCCEx_PeriphCLKConfig(&PeriphClkInit); }