Question
Are there any single precision fpu libraries for stm32f72x?
Posted on November 27, 2017 at 03:35
Howdy,
I just got the NUCLEO-F722ZE board and have played with it enough to know it will be useful for my home project. I used the
and looked at the disassembly to confirm it can compile floating point with the tool suite I have (TrueStudio). I have looked over a lot of places but have not found any math libraries for this device - but the chances are really high I don't know where to look. Are there any single precision libraries which implement trig and exp functions which can link with this processor?If not, I'll just write one and put it up here. I'm just trying to be lazy!
Thanks,
Mike
#stm32f72 #math-library #fpu