How can I find STM32 devices with the most PWM input channels?
Hi,
I have a project where I need at least 8 PWM input channels, 10 would be great.
I can't see a method to filter by PWM input on the website or in STM32CubeMX. I would like to round it down to a few devices and compare them on cost, package, etc.
Is there a method to do this that I'm missing?
At the moment I'm simply choosing the devices with the most timers and working through the list 1 by 1 using STM32CubeMX, this is quite a slow approach.
Any advice is welcome.
Thanks

