Skip to main content
JCama.1
Visitor II
December 1, 2022
Solved

STM32CubeIDE 1.11.0 and CMSIS V2

  • December 1, 2022
  • 2 replies
  • 1434 views

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?

This topic has been closed for replies.
Best answer by Rim LANDOLSI

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

2 replies

Rim LANDOLSI
ST Employee
December 2, 2022

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
Principal
December 8, 2022
My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice