2021-02-22 07:37 PM
2021-02-23 08:18 AM
Probably a pretty finite number of those.
Looks like using the FSMC would be the route, perhaps using DMA triggered by a TIM input
2021-02-23 01:22 AM
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.
2021-02-23 08:01 AM
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.
2021-02-23 08:18 AM
Probably a pretty finite number of those.
Looks like using the FSMC would be the route, perhaps using DMA triggered by a TIM input