I am using a three axis mems sensor and will need to computer trig functions.
If I use the math.h in the Segger Embedded Studio will it use the floating point hardware in the nRF52840 ?
I am using a three axis mems sensor and will need to computer trig functions.
If I use the math.h in the Segger Embedded Studio will it use the floating point hardware in the nRF52840 ?
The file is shown below. The question is that when Nordic built the BLE examples for the nRF52840 processor did they make sure the Segger Embedded Studio uses the FPU.
Hi Philip,
In the file "system_nrf52840.c" you can see:
and from "project options":
thank you