2025-07-28 1:03 AM
Hi all,
I'm trying to find out if any STM32 MCUs support hardware input qualification on GPIOs, similar to what's available on TI C2000 MCUs.
On the C2000 series, GPIOs can be configured for input qualification using a sampling window—typically 3 or 6 samples spaced apart based on the system clock. Here's a reference from the C2000 TRM for clarity (see attached images):
I'd like to know:
I’m aware of workarounds like:
But I’m specifically looking for a general-purpose GPIO-based solution similar to C2000’s QUALPRD + QSEL approach, ideally something that works regardless of peripheral routing.
Any pointers or documentation references would be much appreciated.
Thanks in advance!
2025-07-28 1:26 AM
The answer to your original question is, probably not, certainly not in any STM32 before 'U5/'H5.
> EXTI digital filters (in G4/H7)
No such thing. Let me guess: you've consulted AI?
JW