32f10x_conf.h这个文件在应用里面。然后包含固件库的头文件。自己写一个也可以。1234 // #include "stm32f10x_flash.h"// #include "stm32f10x_fsmc.h"#include "stm32f10x_gpio.h"// #include "stm32f10x_i2c.h"就像这样的,没有其它的重要的东西。