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.

F28377D ADC和DAC的管脚复用配置

在28377中,adc的有些输入引脚和dac的输出引脚是复用的,先在想将其中某一引脚配置为dac的输出,而不作为adc输入脚。

但没有找到相关的配置寄存器,请问应该如何配置。

  • http://www.ti.com.cn/cn/lit/ug/spruhm8e/spruhm8e.pdf

    第11章

  • 感谢 Changjiang Liu 的回复。

    我是想问,有没有类似这样的控制位:

                             将其清0,则复用的引脚由DAC模块控制, 而ADC模块不能使用该引脚;

                                    置1,则由ADC控制,DAC不能使用。


    在DAC模块的控制寄存器中,有使能DAC输出的寄存器,如果将其输出使能:

                                       若同时将ADC配置为采样同一引脚的信号,是不是ADC采到的就是DAC的输出了;

                                       若将ADC配置为采样其他引脚的信号,则原则上,ADC会不会受到DAC输出的影响。