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.

[参考译文] 编译器/ADS8638:基于 Aurdino 的 Itsybitsy M4、可与 AD8638芯片进行快速连接。

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

https://e2e.ti.com/support/data-converters-group/data-converters/f/data-converters-forum/893830/compiler-ads8638-aurdino-based-itsybitsy-m4-express-interfacing-with-ad8638-chip

器件型号:ADS8638

工具/软件:TI C/C++编译器

大家好、团队、

IAM 使用 Ardino ITSYBITM-M4快速设备(来自 Adafruit 行业)。 并尝试通过 SPI 通信连接到 ADS8638

例如、itsybitsy M4 Express 模块引脚(22、11、12、13) ADS8638引脚(16、17、18、19)。  使用 Arduino IDE。

值不会更新一次。 后端代码从 https://github.com/atiselsts/osw/tree/master/src/chips/ads8638获取 并进行配置。

查询:

1.无法从 ADC 读回数据。尝试用初始值读回数据,但反映为0。

2.使用了半月逻辑   

ads8638Read (&ADC_Data);  
ADC_Data = ads8638RegRead (ADS8638_channel_0);
SPI.transfer (ADS8638_channel_0);
serial.println (字符串(ADS8638_channel_0));
serial.println (字符串(0x0c));

读取第1个通道数据(AIN0引脚)

谢谢  

Suresh。