@TommyHawkins said in Using RPM input as a hardware counter:

Hi, what are the speed capabilities of the RPM input pin (PB6)? I'm using a Duet3 on a project and have need to count pulses coming from an external device. From what I've found online, the Duet doesn't directly work as a hardware counter or straight tachometer, but many folks have used the RPM input pin for that reading. My input signals could be as fast as 25MHz. How fast can the Duet3 keep up with?

To measure a signal as fast as 25MHz, you need to use a dedicated peripheral in the microcontroller. That could be either one of the timer/counters, or the frequency meter peripheral found in some more recent processors. Perhaps one of these https://www.adafruit.com/product/3800.