2025-12-02 12:23 AM
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.
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.
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
2025-12-02 1:44 AM
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
2025-12-02 3:22 AM - edited 2025-12-02 3:30 AM
Thanks for the clarification.
2025-12-02 3:43 AM
If your question is answered. You may select the answer as accepted solution to give it more visibility on the forum.
II