我设计了一段PID控制程序,怎样才能不在重复擦写程序的情况下实时修改PID参数?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
可以试一下使能Enable Silicon real time mode 和 Enable Polite real time mode。

另外如楼上所说,在ram中调试不需要烧写,只需要加载程序就可以了。
正常用CCS调试的时候,在debug界面点击这两个按钮就可以了。