How to generate a trigger after every, say N counts from a counter? I want to use only one counter for this application. when the count reaches N it should generate a trigger and then start from 0 again to count till N and generate a trigger.
↧
How to generate a trigger after every, say N counts from a counter? I want to use only one counter for this application. when the count reaches N it should generate a trigger and then start from 0 again to count till N and generate a trigger.