Skip to main content
raymond2
Associate
October 21, 2015
Question

doubts on stm32f411xe.h in STM32CUBEF4(STM32Cube_FW_F4_V1.9.0)

  • October 21, 2015
  • 3 replies
  • 848 views
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
This topic has been closed for replies.

3 replies

Nesrine M_O
Associate
October 21, 2015
Posted on October 21, 2015 at 13:08

Hi,

Thank you for raising this issue. I will forward it to our development team.

-Syrine –

Nesrine M_O
Associate
October 21, 2015
Posted on October 21, 2015 at 18:21

Hi Xinyuan,

Your reported issue is confirmed by our team and will be fixed in coming release of the STM32cubeF4 package.

Thank you very much for your contribution to the enhancement of our STM32 related solutions.

-Syrine-

raymond2
raymond2Author
Associate
October 22, 2015
Posted on October 22, 2015 at 02:56

Hi, Syrine,

Thanks for the prompt reply and clarification!

Best,

Xinyuan