Skip to main content
angus schmaloer
Associate III
April 8, 2019
Question

AD7768 ADC Data Interface

  • April 8, 2019
  • 5 replies
  • 3624 views

Hello,

I'm working on a data acquisition project and i'm looking to use the AD7768 ADC.

The datasheet says it has a 8 channel data interface, but i cant really find out what data protocol it is.

Is it just plain data bits?

if yes, can i just read it with I2S, uart, or reading it bit for bit???

Does anyone have experience with the ad7768 data interface?

Greetings,

Angus Schmaloer

    This topic has been closed for replies.

    5 replies

    Jaroslav BECKA
    ST Employee
    February 10, 2021

    Hello Angus,

    which particular STM32 part do you use?

    For 8 output channels you could use either SAI (Serial Audio Interface) or PSSI (Parallel Slave Synchronous Interface),

    provided that it's available in the product.

    Otherwise, you could receive the data in parallel using GPIO, TIM and DMA.

    AN4666: Parallel synchronous transmission using GPIO and DMA is concerned with this topic.

    There is an associated software package X-CUBE-PARAL-COM with examples for STM32L4 and STM32F4.

    angus schmaloer
    Associate III
    February 10, 2021

    Hello,

    Sorry, already fixed the problem by using the SAI.

    Totally forgot i had this question open on the forum.

    Gr,

    Angus Schmaloer

    LKL.1
    Visitor II
    September 14, 2021

    Hi ,

    I also have the same problem on AD7768,​Could you provide us with some development materials? Thank you very much=)

    angus schmaloer
    Associate III
    September 14, 2021
    LKL.1
    Visitor II
    September 16, 2021

    Thanks,I will try to do that:beaming_face_with_smiling_eyes:

    mickael2
    Associate
    December 23, 2021

    Hi,

    I also have problem to get the AD7768 working. I post my issue here https://community.st.com/s/question/0D53W00001GkjlZSAR/sai-problems-in-slave-receiver-mode

    Do you have a working example ?

    Regards,