Please fix errors in CubeMX FW
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-09-03 3:40 AM
Posted on September 03, 2015 at 12:40
In cmsis_os.c file
- osPoolDef_t pool_def = {queue_def->queue_sz, queue_def->item_sz}; + osPoolDef_t pool_def = {queue_def->queue_sz, queue_def->item_sz, NULL}; - else if(ret.value.signals >= 0x80000000) + else if(ret.value.signals <0 )
This discussion is locked. Please start a new topic to ask your question.
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-09-03 4:14 AM
Posted on September 03, 2015 at 13:14
Hi Vladimir Romanov,
I will report the issue to our development team.Thank you for the information and sorry for the inconvenience that it may bring;-Syrine-Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-09-09 2:29 AM
Posted on September 09, 2015 at 11:29
Hi Vladimir Romanov,
Sorry for the late response.Your reported issue is confirmed by our team and will be fixed in one of coming releases. Thank you very much for your contribution to the enhancement of our STM32 related solutions.-Syrine –Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-10-26 4:41 AM
Posted on October 26, 2015 at 12:41
Hi!
This bug still not fixed in STM32Cube_FW_F4_V1.9.0 :(Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-12-28 12:20 AM
Posted on December 28, 2015 at 09:20
STM32Cube_FW_F4_V1.10.0 - not fixed!
After every FW release I fix this bug manuly! What is problem to fix this in ST?Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-12-29 4:28 AM
Posted on December 29, 2015 at 13:28
Hi Vladimir Romanov,
The two STM32Cube_FW_F4 new releases come to support some new boards, to fix and update some known defects in HAL but there is no changes in the Middlewares, particularly the FreeRTOS.Your suggestion is taken into consideration and it will be deployed in next FreeRTOS release. Sorry for any inconvenience it may bring.-Syrine-Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-03-15 5:58 AM
Posted on March 15, 2016 at 13:58
STM32Cube_FW_F4_V1.11.0 - not fixed.
Again, every developer fix this bug manualy. Please fix this stupid mistakes before create zip file. Just apply simple patch before run zip command.