2025-07-16 12:20 AM - last edited on 2025-07-16 2:30 AM by Andrew Neil
#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?
Solved! Go to Solution.
2025-07-16 2:42 AM
Thanks, I found out that the problem is the update of STM, I was in 1.16 so i updated it to 1.19 and it worked
2025-07-16 2:25 AM
Which version are you using? You may need to upgrade to 1.19.x
2025-07-16 2:28 AM
@Jad wrote:i do not get the IOC file
Lots of this being reported lately:
2025-07-16 2:42 AM
Thanks, I found out that the problem is the update of STM, I was in 1.16 so i updated it to 1.19 and it worked