Hello everyone, I am using NRF52840 development kit and have implemented RTOS in it. I found that the floating point calculations are not working properly. In build settings,i have added
ARM FP ABI TYPE - Hard
ARM FPU TYPE - FPv4-SP-D16
BYTE ORDER -little.
When I try to debug, I see "INF" in variables watch window and in RTT logs I see the variable value as "2147483647.2147483647" .
Why are the calculations not happening properly? Need help on this.
Thank you.