Skip to main content
AElta.1
Associate II
June 6, 2022
Question

Digital inputs in STM32 boards ?

  • June 6, 2022
  • 2 replies
  • 1339 views

I am working on reading an External 3 bit parallel CMOS ADC (4-8 MSPS)(from MAX2771 board or Eva KIT) GNSS digital output. I want to read this digital output pins using the NUCLEO-H723ZG, I do not know if there is digital inputs pin in the board ?

if so what is speed of the GPIO pins ?

thanks in advanced

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
June 6, 2022

All the pins in the GPIO bank (16 pins) can be read via GPIOx->IDR. Could perhaps use a TIM input pin to trigger DMA.

F​or a clocked parallel input, perhaps look at DCMI

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Andrew Neil
Super User
June 6, 2022

@AElta.1​ "using the NUCLEO-H723ZG, I do not know if there is digital inputs pin in the board ?"

The User Manual has details of all available pins - inputs, outputs, etc.

Also look at the schematics.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.