AD7768 ADC Data Interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-08 2:40 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-10 1:39 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-10 2:35 AM
Hello,
Sorry, already fixed the problem by using the SAI.
Totally forgot i had this question open on the forum.
Gr,
Angus Schmaloer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-13 6:13 PM
Hi ,
I also have the same problem on AD7768,​Could you provide us with some development materials? Thank you very much=)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-14 1:29 AM
Hi,
The prod was on my other old laptop, so rip.
But, use the SAI module on the stm32, with double DMA buffers to match the processing speed.
SAI:
Gr,
Angus Schmaloer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-16 1:53 AM
Thanks,I will try to do that:beaming_face_with_smiling_eyes:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-23 4:25 AM
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,
