Digital inputs in STM32 boards ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-06-05 11:22 PM
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
- Labels:
-
GPIO-EXTI
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-06-06 2:09 AM
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.
For a clocked parallel input, perhaps look at DCMI
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-06-06 3:25 AM
@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 designed from scratch never works and cannot be patched up to make it work.
