提示: 在编辑模式和 Debug 模式都可以编辑文件,但编译只能在编辑模式进行。
点击 Rebuild 按钮编译源文件,确认没有 error 和 warning。
点击 Load 按钮 Load 下载到 flash,窗口的左下角会显示进度条。
进入 Debug Debug 模式并点击 RUN RUN 。
这时
num
变量已经可以实时更新了。
可以读(写)全局或静态的变量、结构体,以及其他以变量形式放在函数与函数之间的东西,包括外设的读写。(译者注:这一句我没翻好:You can read (and write) global, static variables and structures. Anything that stays around in a variable from function to function. This include reads and writes to peripherals.)
停止运行处理器 STOP 并退出 Debug 模式 Debug ,准备下一个练习。
提示: 菜单中的 View/Periodic Window Update 需要选中,否则变量只在程序停止时更新。 |