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.
我使用 Elcipse DS-5 中的命令窗口进行 ARM Cortex-M3 设置和清除我单独定义的命名寄存器和位。
我通常必须在命令窗口中输入类似这样的内容才能修改位:
set var $Peripherals::$CFG::$ConMdl.TX1DFELDX = 1
然后我单击提交并设置此位。
我想添加一个简单的菜单或几个按钮,让我只需单击一个按钮并执行这些命令。
有人知道怎么做这个吗?
乙