Solved
No .ioc file generated; FPU not initialised
#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(;;);
}Good morning, today, as always I turned on CUBEIDE and started a blank project, however, i do not get the IOC file and have this code in my main, it is the first time i get this, what should i do to get a blank project normally initialised with an ioc file as always?
