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.

[参考译文] CCS/DRV8312-C2-KIT:有关数据记录模块数据类型和波形窗口的详细信息。

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/587306/ccs-drv8312-c2-kit-confusions-about-the-datalog-module-datatype-and-waveform-windows

器件型号:DRV8312-C2-KIT
Thread 中讨论的其他器件:controlSUITE

工具/软件:Code Composer Studio

您好!

对于数据记录模块的配置、  

dlog.trig_value = 0x1;
dlog.size = 0x0C8;
dlog.prescalar = 25; 

这个预分频器是否会影响输出波形中显示的值?

2.输出波形非常干净,没有噪音。  数据记录器是否会 过滤信号?

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

    有人对此有什么了解吗?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    1. dlog.prescalar 未在数据记录模块中使用。
    没有任何滤波器、该模块将四个用户可选变量的实时值存储在数据 RAM 中。

    更多详细说明可在 controlSUITE 中的 DMC 驱动程序指南中找到。