You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I don't understand the first issue, could you elaborate? It's rather a very large number which obviously does not fit the plot scale, but you can use the table view to display the number, or zoom in even more.
The second point can, for now, be resolved by streaming to a CSV file, or lowering the saple rate.
@klonyyy
In embedded system, we usually use integers to represent variables with decimals.
For example, my code samples voltage input. 10000 means 1.0000V.
Would MCUViewer add a coefficient that can convert data to float when it's needed?
Now I understand - you mean the fixed point support. Yes, this feature is currently being developed, and will be available in the next release (probably mid December).
Version/Branch:
1.0.1
Operating system:
Windows 10
Debug probe:
JLink
Microcontroller:
HT6025
Details:
Inter variable with 4 decimal places, too big for display, Maybe better by converting it to a float, EXP: 200.xxxx.
Screenshots/Video:
The text was updated successfully, but these errors were encountered: