Hi,
I want to toggle my GPIO during specific time, e.g at 10msec if I Turn on the GPIO and then later I would like to turn it off at 12msec. These timings are not constant, it will vary. Can I use uDMA to do this? If Yes, how can I set the timing, I mean can I set both the timings at a time and tell when to turn on and off, or I have to set to turn on first and then after it is complete then I need to set it to turn off.
Is there any example code for this?