This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Floating point calculations not working in FREERTOS.

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.

Parents Reply Children
Related