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.

[参考译文] MSP430F6776A:CCS 中的图形化

Guru**** 2524550 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1555730/msp430f6776a-graphing-in-ccs

器件型号:MSP430F6776A


工具/软件:

大家好、我不熟悉嵌入式开发和 CCS IDE。 我一直尝试使用最新版本 (20.1.1.8) 的图形功能来查看来自 MSP 的通道数据样本、但遇到了一些问题。 我尝试使用在线教程,我试图做一个简单的程序,以便我可以尝试绘制 100 点从 1 到 100,我的步骤如下
1.) 在监视表达式中生成变量

2.) 在行中设置断点

3.) 将断点属性更改为“refresh All windows“

4.) 在调试模式下运行程序  

由于某种原因、图形不会连续运行。 这是我制作的示例程序、我目前正在尝试用图形“n"</s>“

#include
#include
int n;
int i;
int main(){
  for (i = 0;i < 100;i++){
    n = i;
  }
  返回 0
}
如果任何人有任何建议或资源指向解决这个问题,我会非常感激。 我也知道我可能对 CCS 中的图形功能没有深入了解、但我很难找到使用新更新版本的资源。  
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 D:

    为了进行图形绘制、您查看了部分

    7.4.2.4 用于选择要绘制的观察变量

    7.4.15 用于绘图功能