分享STM32F051中文参考手册(重制书签版)
STM32固件库分享,超全系列整理
三创电子(Tcreate)-STM32F030调试之I2C篇
基于STM32F0的FOC5.2库PMSM驱动:程序+原理图+BOM等全部开源分享
【MCU实战经验】+STM32F030的步进电机加减速
【管管推荐】STM32经验分享篇
三创电子(Tcreate)-STM32F030核心板代码
FreeRTOS在STM32F030上的移植
基于STM32移植而引发的疑问经验分享
游名:STM32F0+Trinamic智能步进驱动芯片TMC5160(最高20A)参考原...
* @brief Configures the ADC clock (ADCCLK)./ E6 u, c# i7 Q7 d! n# G
* @note This function is obsolete.& ~. _' F8 m7 ]3 w
* For proper ADC clock selection, refer to ADC_ClockModeConfig() in the ADC driver! n5 O% Q( C3 a5 k4 |8 H
* @param RCC_ADCCLK: defines the ADC clock source. This clock is derived
* from the HSI14 or APB clock (PCLK).% u1 g: e+ l( J5 H
* This parameter can be one of the following values:
* @arg RCC_ADCCLK_HSI14: ADC clock = HSI14 (14MHz)
* @arg RCC_ADCCLK_PCLK_Div2: ADC clock = PCLK/2+ M1 d" o% m3 k
* @arg RCC_ADCCLK_PCLK_Div4: ADC clock = PCLK/4
* @retval None
*/! H, f1 ^7 P# M0 W
void RCC_ADCCLKConfig(uint32_t RCC_ADCCLK)
此函数已废弃,正确ADC时钟选择,请用函数ADC_ClockModeConfig()
谢谢楼主分享,不错的资料
谢谢分享