Bug in stm32f4xx_hal_rcc.h v1.5.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-11-18 5:11 AM
#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
Solved! Go to Solution.
- Labels:
-
Bug-report
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-03-16 9:39 AM
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
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-11-18 9:49 AM
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 , as there is always enhancement and bug fixes in the new release. Best Regards STM32.forumThanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-11-18 10:46 AM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-12-21 6:03 AM
Hi,
I can confirm that stm32f4xx_hal_rcc.h V1.6.0 has the same bug.
Best regards,
Eugene.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-12-21 7:43 AM
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-
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-03-16 9:39 AM
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
Thanks
Imen
