How to create a monostable using the microcontroller's timer, I'm using the LAUNCHXL2-RM46
development kit. This mcu has a module "High-End Timer (N2HET)" has functions, capture, pwm, edge.
What function would be adequate to create a simple delay, to create a monostable?
I found a way, generate pwm to an external HET pin, use the edge function to count the PWM pulses
that way I can already work with delays, I don't know if that is the correct way to use the HET timer