Skip to main content
Eugene S.
Associate III
November 18, 2016
Solved

Bug in stm32f4xx_hal_rcc.h v1.5.0

  • November 18, 2016
  • 4 replies
  • 1064 views
Posted on November 18, 2016 at 14:11

#define IS_RCC_PLLQ_VALUE(VALUE) ((4U <= (VALUE)) && ((VALUE) <= 15U))

This line doesn't fit to the RM0390 (page 126): 0000: PLLQ = 0, wrong configuration 0001: PLLQ = 1, wrong configuration 0010: PLLQ = 2 0011: PLLQ = 3 0100: PLLQ = 4 ... 1111: PLLQ = 15 #hal-library-bug
This topic has been closed for replies.
Best answer by Imen.D
Posted on March 16, 2017 at 17:39

Hi Eugene,

I would inform you that your reported issue is fixed in the last release of STM32CubeF4 V 1.15.0

Thanks for your contribution which is helpful for us to improve our SW offers.

Regards

Imen

4 replies

Technical Moderator
November 18, 2016
Posted on November 18, 2016 at 18:49

Dear user,

Thanks for highlighting this issue. Your feedback is reported internally for checking and  working to resolve this.

We apologize for any inconvenience this may cause and thank you for your understanding.

For your improvement, you are using an old firmware version and you should update the last one STM32Cube_FW_F4_V1.13.0 through

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef4.html

, as there is always enhancement and bug fixes in the new release.

Best Regards

STM32.forum

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Eugene S.
Eugene S.Author
Associate III
November 18, 2016
Posted on November 18, 2016 at 19:46

I use the latest device firmware pack for Keil (v2.10.0). It was released few months later after the latest STM32CubeF4 release. So, I thought, that it includes the latest HAL drivers. But seems, not...

Eugene S.
Eugene S.Author
Associate III
December 21, 2016
Posted on December 21, 2016 at 15:03

Hi,

I can confirm that stm32f4xx_hal_rcc.h V1.6.0 has the same bug.

Best regards,

Eugene.

Technical Moderator
December 21, 2016
Posted on December 21, 2016 at 15:43

Hello

‌,

I checked and confirmed this bug. This is highlighted internally and will be fixed in coming versions.

Thank you for your bug report and your contribution.

Best Regards

-Imen-

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Imen.DBest answer
Technical Moderator
March 16, 2017
Posted on March 16, 2017 at 17:39

Hi Eugene,

I would inform you that your reported issue is fixed in the last release of STM32CubeF4 V 1.15.0

Thanks for your contribution which is helpful for us to improve our SW offers.

Regards

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks