stm32f407和103在stm32f4xx_conf.h中配置的不同为什么?
我看407的stm32f4xx_conf.h中有配置这一团:
#if defined (HSE_VALUE)
/* Redefine the HSE value; it's equal to 8 MHz on the STM32F4-DISCOVERY Kit */
#undef HSE_VALUE
#define HSE_VALUE ((uint32_t)8000000)
#endif /* HSE_VALUE */
可是我对比103,103中并没有配置这些,为什么呢?
这一团的作用到底是什么呢?
如果只是对使用的晶振进行配置的话,为什么103没有配置呢? |