这段时钟的函数我进入不了,好像说什么未定义,可是其它时钟函数就可以进入。。为什么??
#if defined (STM32F10X_LD_VL) || defined (STM32F10X_MD_VL) || defined (STM32F10X_HD_VL) || defined (STM32F10X_CL)
void RCC_PREDIV1Config(uint32_t RCC_PREDIV1_Source, uint32_t RCC_PREDIV1_Div);
#endif
..\Libraries\CMSIS\stm32f10x.h(8297): error: #5: cannot open source input file "stm32f10x_conf.h": No such file or directory
又出现新的问题了。。这个头文件可以通过左边的c文件打开。。可是无法在程序中打开