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.

[参考译文] DK-TM4C123G:DK-TM4C123G:SDout 无数据连接到 ADC TLV5608和 amp;DAC TLV1570

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1292778/dk-tm4c123g-dk-tm4c123g-no-data-at-sdout-spi-interface-to-adc-tlv5608-dac-tlv1570

器件型号:DK-TM4C123G

DK-TM4C123G: SDOUT SPI 接口上无数据连接到 ADC TLV5608和 DAC TLV1570  

大家好,我正在使用 STM32H7以连接到 TI ADC TLV1570和 TLV5608,我 设法使 SPI 在 STM32H7上工作,我能够使用 SPI 发送和接收, 并且我能够使用示波器4自动扫描模式(0x0480、0x0480、0x0400、0x0480)、TLV1570数据表的第7页复制相同的命令/数据波形并在示波器上捕获(请参阅随附的)、但 SDout 引脚上没有输出。 I m 仅在 Ch0引脚、1通道上改变0~5V 输入。  FS 连接至5V、Vref 连接至3.3V、AVdd 并 DVdd 连接至5V、AIN 短接至 MO。 有人可以建议哪里出了问题吗?

主要()

{

……

SPI_WRITE (0x480);

while (1)

{

  SPI_WRITE (0x0480);

  SPI_READ (0x0400)

……;