I am using CCS to program a MSPFR6989 and I’ve debugged and the code is working but I can’t get variables or registers to come up. It remains blank. enter image description here
Asked
Active
Viewed 207 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – taylor.2317 Mar 27 '22 at 17:44
1 Answers
0
use double click onto your variables and choose watch expression. You can find your variables under expression from now. If it shows you its name but a red error message try step by step debugging, works for me everytime.

PaulR
- 21
- 4