cancel
Showing results for 
Search instead for 
Did you mean: 

Is .fpu incorrect in startup_stm32f411xe.s?

Singh.Harjit
Senior II

In startup_stm32f411xe.s, the FPU seems to be incorrectly declared. It is:

.fpu softvfp

Shouldn't it be:

.fpu fpv4-sp-d16

I checked other files in the same family and they also have the softvfp declaration.

10 REPLIES 10
pranjalk197
Associate II

I checked everything today and worked as expected. Thanks.

Just moved from a custom board that used STMG0 to a STM32H723. I am so ecstatic to finally be able to figure out TCM, Cache Write back, and just trying to unlock every bit of performance. Kind of bit more than i can chew with a huge project but it feels like i have injected crack. Its fun.