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 的新手、使用 F28379D launchpad。 我在 CCS 上测试了 DAC 使能示例、并可以通过 CCS 的"Registers"窗口查看结果" BE8 "。
//配置 DAC // configureDAC (DAC_NUM); while (1) { DAC_PTR[DAC_NUM]->DACVALS.ALL = dacval;// dacval = 3048 DELAY_US (2); } }
但是、我无法测量 launchpad 的参考输出 DACA/ADCINA0上的任何内容。 我想知道如何设置 launchpad 的输出。
但是、同样=
尊敬的 Christian:
如果 DACCTL.bit.DACREFSEL 为0、您能将其更改为1吗?