Hello,
I was trying to print float value for debugging purpose using trace.
The float value is always coming as 0.0
But if i convert that float value to int, then we are getting valid values.
Please refer the screenshots:
Output in target:
The float value is 60.
But with trace it's coming as 0.0, if we convert to int8 it's showing as 60.