MCUXpresso v24.9
I am seeing wrong values for nearly all constant variables in MCUXpresso. It shows the wrong value when I add the variable to a watch expression or if I hover over the value. It seems all uint16_t variables show the same value of 0x3000. I set the constant variable to another constant uint16_t pointer and that seemed to fix the issue for that specific constant variable.
Optimization is disabled.
Is this a known issue? Is there anything I can do on my end that would fix this issue?
