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/TDC7200:使用 MSP430F5529与 TDC7200通信

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/570196/ccs-tdc7200-communicating-with-tdc7200-using-msp430f5529

器件型号:TDC7200
主题中讨论的其他器件:MSP430F5529

工具/软件:Code Composer Studio

您好!

 

我目前正在处理一个项目,该项目涉及使用飞行时间查找范围应用程序。 我和我的团队计划使用 MSP430F5529和 TDC7200。 我有几个问题。 我们不使用 TDC7200 (仅芯片)的评估板、我们想知道如何通过 SPI 与 TDC7200通信?

 

提前感谢

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

    TDC7200用户指南的第9.2节显示了一个典型应用。 第7.6节和图1提供了时序要求和 SPI 通信序列示例。 虽然未使用,但应研究评估板作为参考。 MSP430F5529 SPI 示例在产品页面的工具和软件选项卡上的 MSP430F55xx_Code_examples 包中提供。 时钟极性为低电平无效、数据在第一个(上升)边沿被捕捉、在下降(秒)时改变。 使用3位 SPI 模式并通过 GPIO 手动控制 CS 引脚。

    此致、
    Ryan