cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE 1.11.0 and CMSIS V2

JCama.1
Associate

In a STM32 project using FREERTOS with CMSIS V2, there is not automatic generation of thread creation calls in main function, like

defaultTaskHandle = osThreadNew(StartDefaultTask, NULL, &defaultTask_attributes);

Is it supposed to be the programmer who now has to add these instructions, or can STM32CubeIDE be instructed to generate this code automatically, as in previous versions?

1 ACCEPTED SOLUTION

Accepted Solutions
Rim LANDOLSI
ST Employee

Hi JCama.1 ,

Thank you for your contributions and for your detailed explanations,

I confirm the issue on my side, it has been reported to STM32CubeMX development team .

Internal ticket number:140445 (STM32CubeIDE 1.11.0 and CMSIS V2).

I will keep you posted with updates.

Regards,

Rim

View solution in original post

2 REPLIES 2
Rim LANDOLSI
ST Employee

Hi JCama.1 ,

Thank you for your contributions and for your detailed explanations,

I confirm the issue on my side, it has been reported to STM32CubeMX development team .

Internal ticket number:140445 (STM32CubeIDE 1.11.0 and CMSIS V2).

I will keep you posted with updates.

Regards,

Rim

gbm
Lead III

See my topic and the solution given by @TManiac.

https://community.st.com/s/question/0D53W00001yhWSCSA2/cubeide-111-error-while-creating-stm32f4-freertos-project

Is it the same problem?

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice