Skip to main content
Visitor II
March 30, 2022
Solved

Write a variable where is the documentation on STM32CudeMonitor? How can I know what "type" of variable is associated with the variable type? What number is an "Unsigned 8-bit" for example? Thank you

  • March 30, 2022
  • 1 reply
  • 796 views

{

  "variablelist": [

    {

      "address":"0x200004a0",

      "type":4,

      "value": "{{payload}}"

    }

  ],

  "accesspoint":0

}

    This topic has been closed for replies.
    Best answer by Richard.Chvr

    Hi @mmenn.15​ 

    You're right, write node help is not accurate enough

    here are type number representing the variable type :

    1- Unsigned 8-bit

    2- Signed 8-bit

    3- Unsigned 16-bit

    4- Signed 16-bit

    5- Unsigned 32-bit

    6- Signed 32-bit

    9- Float

    10- Double

    Thank for you're feedback, it'll be up to date on future release

    1 reply

    Technical Moderator
    March 31, 2022

    Hi @mmenn.15​ 

    You're right, write node help is not accurate enough

    here are type number representing the variable type :

    1- Unsigned 8-bit

    2- Signed 8-bit

    3- Unsigned 16-bit

    4- Signed 16-bit

    5- Unsigned 32-bit

    6- Signed 32-bit

    9- Float

    10- Double

    Thank for you're feedback, it'll be up to date on future release