Keil5 usage skills (2) - use the downloader to debug

question:

How to compile directly in Keil and observe variable value changes?

problem solved:

The Keil interface can use Link to debug, Link provides Debug function, the specific implementation is as follows:

insert image description here

insert image description here

Add the variables that need to be observed to Watch1 or Watch2:

insert image description here

Guess you like

Origin blog.csdn.net/weixin_43361652/article/details/113748227