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.

CCS 5.4.0.00091 - MSP430 - all not static variables set to 0x3FFF

Hi Community,

I have the problem, that all varables, that are not static, set to 0x3FFF and can not be changed. Also the variables that are given by "call by value" into a function. So, if I want to calculate something in a function, the transfer parameter is 0x3FFF, even though the value was 0x100!

Did someone has the same problem?, is there a workaround?

Greeting, Roger

  • Roger Heil said:

    I have the problem, that all varables, that are not static, set to 0x3FFF and can not be changed. Also the variables that are given by "call by value" into a function. So, if I want to calculate something in a function, the transfer parameter is 0x3FFF, even though the value was 0x100!

    Are you saying that the value of the variables are initially set to 0x3FFF or that they do not change at all even when their value is modified by the code?

    Which specific MSP device are you working with? Are you able to attach a simple example project that we can use to reproduce the issue?