Hello,
If I need to port the AWE CORE to a stm32f767, which has a double precision FPU, will my FPU be choosing double or a single precision? Would selecting 'Use Single Precision' in the target tab for the project in the KEIL toolchain make the port simpler?
Thanks
10:37am
Hello,
The AWE Core libraries use (almost) only single-precision operations, and our M7 libraries are compiled using this 'Use Single Precision' option. These M7 libraries will work fine with a double-precision FPU, so porting should be no problem.
Good luck!
-Axel