Skip to main content
AH_nt
Associate II
September 2, 2020
Question

I am interfacing ADS8688 with stm32f429zi, I have used SPI. I have 2 different setup. first setup with 3 ADC in which all ADC channels gives output near 47000 and Second setup with 8 ADC which channels gives values near 23000. Why it gives half value

  • September 2, 2020
  • 1 reply
  • 2204 views

..

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
September 2, 2020

Data shifted by one but for some reason? Observe SPI bus using logic analyzer and compare to waveform given in the ADC datasheet.

If SCK pin's GPIO OSPEEDR setting is low, try increasing it to medium.

JW

AH_nt
AH_ntAuthor
Associate II
September 4, 2020

Thank you reply.. I checked SCK pin, it is high only. I will add here that I am using SPI with DMA here.