Skip to main content
Associate
December 2, 2025
Solved

.ioc file not generated after creating the stm32 empty project

  • December 2, 2025
  • 1 reply
  • 774 views

Hello Team,

I am trying to add CMSIS FreeRtos to empty project. But I can see that .ioc file is not generated under my project.

Sagar_Charkhani__1-1764663787974.png

I have also gone through the posts who have encountered the similar issue. but didn't get the resolution.

While creating the empty project. There is no option for selecting Stm32 cube project or empty project. attaching the snippet for your reference.

Sagar_Charkhani__0-1764663416340.png

After creating the project successfully, I am getting the below build warning

warning: #warning "FPU is not initialized, but the project is compiling for an FPU. Please initialize the FPU before use." [-Wcpp]

So, I request you to guide me to resolve this issue.

I am using the Stm32CubeIDE: - V2.0.0

 

Thanks,

Sagar

 

Best answer by Issamos

Hello @Sagar_Charkhani_ 

The STM32CubeIDE V2.0.0 does not include a plug-in of the STM32CubeMX. So, if you want to create a project based on a .ioc file you have to start it using the standalone version of the STM32CubeMX V6.16.0.

Best Regards.

II

1 reply

Issamos
IssamosBest answer
Lead III
December 2, 2025

Hello @Sagar_Charkhani_ 

The STM32CubeIDE V2.0.0 does not include a plug-in of the STM32CubeMX. So, if you want to create a project based on a .ioc file you have to start it using the standalone version of the STM32CubeMX V6.16.0.

Best Regards.

II

Associate
December 2, 2025

@Issamos,

Thanks for the clarification.

Issamos
Lead III
December 2, 2025

If your question is answered. You may select the answer as accepted solution to give it more visibility on the forum.

II