527 views
in Embedded Wizard Studio by
We have observed a problem with the way EW converts a float to a string.

var float A_FLOAT = 56.59;

If we call string(A_FLOAT, 0, 2) we get 0.00 back.

Note, we observed if we performed a test with If we call string(56.59, 0, 2) we get the correct value, but in this case the EW generated code shows a string constant being passed into the value.

It looks like the EW function is not working correctly, or we are doing something wrong!

1 Answer

0 votes
by
Please let me know the version of Embedded Wizard Studio that you are using and the type and version of the Build Environment that you are using.
by
We are running verison 8.20 of EW

GCC for ARM is the build environment, verison 4.8.4
by
Note, we are currently building with debug optimisation, (we can't yet build as release in order to test that, unfortunately)
by
Can you please update to the latest version (currently 8.30) - because there are some fixes concerning float and FPU?

If the problem still remains (what I do not expect), let us find the root cause. Which target are you using?

Thanks,

Manfred
by
Ok, what is involved is upgrading from 8.20 to 8.30. Is it a drop in replacement, is there a upgrade guide? I ask because it was quite a lot of effort upgrading from the last verison to 8.20

We are targetting: STM.STM32.RGBA8888 (STM32F746IG)
by
The upgrade between 8.10 and 8.20 was not so easy because we changed the structure of the Build Environments for the different STM32 targets.

Since the structure is still the same, the upgrade from 8.20 to 8.30 should be very easy.
by
Thank you, we will investigate and report back

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...