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.

[参考译文] ADC32RF42:基本 SPI 读取或写入以确认 SPI 功能

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

https://e2e.ti.com/support/data-converters-group/data-converters/f/data-converters-forum/942444/adc32rf42-basic-spi-read-or-write-to-confirm-spi-functionality

器件型号:ADC32RF42

下午好!

我想通过执行基本读取来确认 SPI 功能。 许多器件都有一个寄存器、您可以读取该寄存器、其中包含批次代码或修订版号、该器件中是否有类似的内容?

谢谢您、

Julia

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

    尊敬的 Julia:

    要验证基本 SPI 功能、您可以向通用(或页面选择)寄存器写入数据并进行回读。 例如、

    SPIWRITE 0x2、0x55

    SPIREAD 0x2

    您应该能够读回0x55

    此致、

    Vijay

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

    谢谢!