Generate interrupts on rising and falling edges of PWM signal
I am experimenting with a STM32G431 dev board (breadboard friendly) but eventually the project will use a STM32H723 mcu.
I am generating PWM and PWMN signals with dead time using timer 15. I need to generate additional signals based on these two and I would like to configure interrupts on the PWM and PWMN rising and falling edges. I could short the PWM and PWMN pins to adjacent pins and configure those as EXTI inputs. However, in a reply to another thread user
Is it possible to do what I want? If so, how should I go about it?
Thanks
paul
