Float datatype in CYBT-343026

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

cross mob
NeDh_4602711
Level 5
Level 5
5 solutions authored First solution authored 50 replies posted

I am using the CYBT-343026 module and I am trying to store value in float datatype but I am getting below error.

undefined reference to `__aeabi_f2d'

If float datatype is not supported then how can I store float value in a variable?

Thanks in advance.

Regards,

Neeraj

0 Likes
1 Solution
AnjanaM_61
Moderator
Moderator
Moderator
10 questions asked 5 comments on KBA First comment on KBA

Hi NeDh_4602711 ,

Unfortunately float is not supported on our SDK for CYBT-343026. You may have to use a custom function to evaluate the floating values by dividing/ multiplying with 10's power.

Sorry for the inconvenience.

Regards,

Anjana

View solution in original post

0 Likes
1 Reply
AnjanaM_61
Moderator
Moderator
Moderator
10 questions asked 5 comments on KBA First comment on KBA

Hi NeDh_4602711 ,

Unfortunately float is not supported on our SDK for CYBT-343026. You may have to use a custom function to evaluate the floating values by dividing/ multiplying with 10's power.

Sorry for the inconvenience.

Regards,

Anjana

0 Likes