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.

[参考译文] MSP430F5438A:MSP430F5438A 采样率和采样频率

Guru**** 2587365 points


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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/673382/msp430f5438a-msp430f5438a-sampling-rate-and-sampling-frequency

器件型号:MSP430F5438A

您好、先生、

我不熟悉 MSP430,我想使用 ADC,所以找到了一个 ADC 示例。 如何使用以下配置计算采样频率和采样率。

 ADC12CTL0 = ADC12ON + ADC12SHT0_12+ ADC12MSC;       
  ADC12CTL1 = ADC12SHP + ADC12CONSEQ_2 + ADC12SSEL_3 + ADC12DIV_4;
  ADC12CTL2 = ADC12RES_0;             //+ADC12TCOFF;                    
 
  ADC12MCTL0 = ADC12INCH_7+ ADC12SREF_1;
 
   ADC12IE = BIT0;

谢谢主席先生