cancel
Showing results for 
Search instead for 
Did you mean: 

stm32 targeted project type is empty and its not generating .ioc file

_kalpesh
Associate III

_kalpesh_0-1751889721909.png_kalpesh_1-1751889757616.png

 

#include <stdint.h>

#if !defined(__SOFT_FP__) && defined(__ARM_FP)
  #warning "FPU is not initialized, but the project is compiling for an FPU. Please initialize the FPU before use."
#endif

int main(void)
{
    /* Loop forever */
	for(;;);
}

Hi Im trying to generate new project with CUBE IDE 1.13 which was working fine this morning but somehow its not generating .ioc file anymore when i searched it says FPU not initialized & generates only files which are present in the second picture
plz help me on this

52 REPLIES 52
Amel NASRI
ST Employee

Hello All,

Please note that a permanent fix for the issue with STM32CubeIDE project creation is available.

You can refer to the thread [Resolved] STM32CubeIDE project creation issue for more details

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Sorry to bother,but the problem is still while i an  using 1.19, 

Hi @AaronHou ,

Could you please create a new thread where you describe exactly the issue you are facing.

You can point to current discussion in the new thread to give the context.

Thanks.

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.