cancel
Showing results for 
Search instead for 
Did you mean: 

Please fix errors in CubeMX FW

vromanov
Associate II
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 )

6 REPLIES 6
Nesrine M_O
Lead II
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-

Nesrine M_O
Lead II
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 –
vromanov
Associate II
Posted on October 26, 2015 at 12:41

Hi!

This bug still not fixed in STM32Cube_FW_F4_V1.9.0 :(

vromanov
Associate II
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?

Nesrine M_O
Lead II
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-

vromanov
Associate II
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.