klonyyy / STMViewer

Real-time STM32 variable & trace viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double precision support

JV4K opened this issue · comments

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!

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.

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