Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 IAR Embedded Workbench 中,监视窗口显示几列(表达式、值、位置、类型)。我想将给定表达式的值视为枚举而不是实际值。意义...
ucFruit APPLE
相对于...
ucFruit 0x02
这似乎是可能的,因为我可以ucFruit通过简单地键入 APPLE 作为其值来更改 的值。
ucFruit
有什么建议么?
如果您在监视窗口中右键单击变量名称并从显示的列表中选择“默认格式”选项,则会显示枚举而不是数值。如果选择“十进制”或其他数字格式,则会显示数值。
这就是它在我的 EW430 上的工作方式。