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.

MSP430FR5724: 软件关于ADC序列通道采样的问题

Part Number: MSP430FR5724

由于电路部分设计P1.1和P1.2作为外部信号用于定时器计数,该型号的MCU在ADC配置序列通道采样时只能配置最高通道位,无法像其他430一样设置EOS序列通道结束位,且仅有一个ADC10MEM0寄存器,需要通过DMA实现数据保存,请问在程序设计时具体的寄存器配置和逻辑上应该怎么处理