cancel
Showing results for 
Search instead for 
Did you mean: 

AD7768 ADC Data Interface

angus schmaloer
Associate III

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

6 REPLIES 6
Jaroslav BECKA
ST Employee

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

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
Associate

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

Thanks,I will try to do that😁

mickael2
Associate II

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,