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.

[参考译文] MSP430F47187:ADS1115通过 I2C 与 MSP430连接、以收集 ADC 样本

Guru**** 1830950 points
Other Parts Discussed in Thread: MSP430F47187, ADS1115
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1420018/msp430f47187-ads1115-to-interface-with-msp430-using-i2c-to-collect-adc-sample

器件型号:MSP430F47187
主题中讨论的其他器件: ADS1115MSP430WARE

工具与软件:

是否可以将此类 IC (ADS1115)与 MSP430F47187连接以便尽快收集4个通道的 ADC 样本。

我能得到一个相同的示例代码吗、那我将不胜感激。

谢谢你

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

    您好、是的、这绝对可以通过 I2C 连接到外部 ADC。 一些示例可在 MSP430Ware 3.80.14.01 SDK 中找到、适用于 I2C TX/RX 到外设。 在 CCS 或 Theia 中、转到 Resource Explorer 并输入 MSP430F47187作为电路板、选择示例、您可以看到此器件的所有外设示例。 希望这对您有所帮助!

    -Brian

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

    每秒860个样本不应太难、但您只有8KB 的 RAM、因此如果您使用*全部* RAM、则只能存储1000个样本。