I am new to the Keil IDE because of the small learning curve on debugging. But: when I debug, I only saw actual values of my variables while hovering over, where I did see them occassionally some days ago. In the course I followed, I see actuall values all the time. Very useful for when it comes to register addresses. But question is: how can I make sure I see them as well?
Watch window is what I use as alternative since the hover doesn’t work. Seems OK, but then next issue it will not let me display PREprocessor values that I calculate by taking base addresses and add the offset from documentation. Then it really becomes tedious...