Floating Point support for BCM20737S

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

            I need the solution for floating point support for BCM20737S

           When I declare a float variable(in global) for example (float id=10.5;)It showing the following error "undefined reference to `__aeabi_f2uiz'" in WICED smart ide2.2.1. at the same time when i declare the float variable in Local It not showing error but it print the output in terminal only "ffffffffff" instead of 10.5. For printing i used the following method. ble_trace1("Out:%f\n",id); please give me the exact solution for print and access of float variable.

0 Likes
1 Solution
Anonymous
Not applicable

Hello Ripit,

The floating point data types are NOT supported.

You must use fixed point library.

Thanks,

JT

View solution in original post

0 Likes
7 Replies