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.

cc3220如何把一个变量的值转换成模拟量输出呢?



你好,最近在利用capture做方波信号的边沿捕获,在捕获事件的中断函数里设置了一个变量,使得capture每捕捉到一个上升沿,变量就加1,加到某个值清零,现在程序运行,利用串口输出的这个变量值是正常计数并清零的,现在我想让这个变量的值实时的变成模拟量输出到某个引脚上,以便用示波器观测(波形理论上应该是有斜率的递增的直线),但是我发现这个板子的TMR里并没有DAC的相关介绍,或者什么别的可以实现这个的功能,想问下,您知道cc3220可以实现把这个变量或数组的值变成模拟量输出显示在示波器上吗?

谢谢!