Utilizing discover board STM32F407 with FPU
Hello!
I am utilizing discover board STM32F407 with FPU , The board is ARM cortex M-4 based. I want to use FPU to quick the process of conducting exponent calculations and Floating point. I have set down all peripheral drivers that are required for application. Now I want to ask how FPU will be processed for calculation. For its processing do some codes are needed or some library?
I attempted to use HW based FPU in setting but when the process of calculation is conducted the code stops working it got stuck. I am not sure what’s the reason but I think for float calculation either something is wrong with code or the problem is with FPU.
If anyone knows something about this do share and also tell me about software based calculation and also for processing it which library will be suitable?
I am making use of STM32 Cube IDE software.
Thanks