cancel
Showing results for 
Search instead for 
Did you mean: 

.ioc file not generated after creating the stm32 empty project

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

 

3 REPLIES 3
Issamos
Lead II

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

@Issamos,

Thanks for the clarification.

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

II