What is the best/or a better way to generate an exactly (<50ns) timed pulse (at a GPIO) on the i.MX 8M Plus?
The pulse should be executed at a given time of the RTC, e.g.: at 12:00:00.
The current concept is to use the auxiliary CM7, which then will poll the RTC. And then controls the pulse. This however is neither clean nor very exact.
I'm sure, that there are better ways to do this, but I don't know how.
Other ideas, which I had, but don't seem to be possible (At least as far I can tell):
Hello @Sanket_Parekh
Thanks for the answer.
The pulse should be repeated about every 500ms. It would be nice, if the period would be exactly 500ms, but that's not really important.
Important is, that the time of the pulse is exactly known. Preferably, before the pulse actually happens.
Regards
Hi @flobue ,
Hi @flobue ,