Question
doubts on stm32f411xe.h in STM32CUBEF4(STM32Cube_FW_F4_V1.9.0)
Posted on October 21, 2015 at 12:44
Hi, All,
I downloaded STM32CUBEF4.zip from the official website. (STM32Cube_FW_F4_V1.9.0) I am exploring the driver dependency when I found the following problem. I am using STM32F411RE-Nucleo, by the way. Why in stm32f411xe.h are there following lines (line 52, line 53)? /** @addtogroup stm32f401xe * @{ */ &sharpifndef __STM32F401xE_H &sharpdefine __STM32F401xE_H I think this inconsistence only happens in stm32f411xe.h. The rest headers in this folder are fine. But the example project can still be successfully built. Is it a bug? Best, Xinyuan #stm32cube #stm32 #bug