klonyyy / STMViewer

Real-time STM32 variable & trace viewer
GNU General Public License v3.0
556 stars 62 forks source link

Double precision support #13

Closed JV4K closed 6 months ago

JV4K commented 11 months ago

image Hello! I am getting weird data when trying to read double-precision floating point. Are they not supported or am I doing something wrong? Thanks!

klonyyy commented 11 months ago

Hello,

You are right, the double and uint64_t are not yet supported. This is because it's much trickier to implement, especially when their address is not aligned. I will add it to my TODO list, however until more people request it, it will have a medium priority.

klonyyy commented 6 months ago

Closing due to inactivity. Please reopen if double support is indispensable for your application.