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
Data stored in the reflective memory can be stored in flavors of data types which are mulitple of bytes (U8, I8, U16, I16, U32, I32, SGL, DBL).
At this time the CD only supports getting data from 64-bit wide spaces. It is then technically unfeasible to read data stored in something else than DBL from the memory.
Handling basic types listed is a must-have.
The text was updated successfully, but these errors were encountered:
Data stored in the reflective memory can be stored in flavors of data types which are mulitple of bytes (U8, I8, U16, I16, U32, I32, SGL, DBL).
At this time the CD only supports getting data from 64-bit wide spaces. It is then technically unfeasible to read data stored in something else than DBL from the memory.
Handling basic types listed is a must-have.
The text was updated successfully, but these errors were encountered: