Skip to main content
RAnva.2
Associate
February 23, 2021
Solved

Hi, I am looking for some advice about interfacing ads8323 at 500ksps to STM32F427 MCU without using extra hardware (maybe some glue logic) to have the minimum overhead for MCU to gather the data. Thanks!

  • February 23, 2021
  • 2 replies
  • 780 views

..

This topic has been closed for replies.
Best answer by Tesla DeLorean

Probably a pretty finite number of those.

Looks like using the FSMC would be the route, perhaps using DMA triggered by a TIM input

2 replies

Ozone
Principal
February 23, 2021

Of course you could connect the digital signals to GPIOs of a MCU.

But I see two issues:

This is a 5V device, you would need levelshifters.

A 500ksps sample rate is easily managed via a serial connection. No commercial project would waste so much pins, and go for a SPI-based ADC instead.

RAnva.2
RAnva.2Author
Associate
February 23, 2021

Thanks! This is a 16-bit parallel ADC that I need to use but my question is mostly firmware overhead. What is the best way to connect this parallel ADC to STM to have the minimum overhead on firmware. I am asking from experts who used parallel ADCs with STM.

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
February 23, 2021

Probably a pretty finite number of those.

Looks like using the FSMC would be the route, perhaps using DMA triggered by a TIM input

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..