This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-MSPM0L2228: problem with GUI formatting

Part Number: LP-MSPM0L2228

Tool/software:

Hi all,

I am currently experiencing a strange behaivour in GUI Composer. I have a variable which is used as a voltage reference value and needs to be a number with at least one decimal place and increments of 0.1.

When I use the type float I get way more than one or two decimal places after the integer part and when I use double type, the representation is correct until I reset the MSPM0, after this I cannot change the value anymore.

  • Hi Davide,

    This might be related to the GUI composer driver issues.

    For float, it will use a 32-bit to record the value, while the double will use 64-bit. So the accuracy of variable is not the same.

    I think it will not affect the user experience too much.

    B.R.

    Sal