I'm new to programing the TMS570LS3137. I need some help with developing a technique to do the below with the 3137 peripherals:
I need to generate a single output pulse (varying pulse width and time delay) at a time referenced to a rising edge input.
I'm thinking I can use the RTI to capture a free running timer to timestamp the rising edge input and cause an interrupt. This can be the reference time?
I have been working with the HET IDE and have some code that generates a single output pulse like I need -- and can see it on my oscilloscope.
I'm not seeing how to start the HET pulse at a delay referenced to the input rising edge.
Any suggestions/advice?
Thanks,
-Joe