signal delay

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi Expert,

   

    I want delay a reset signal some microseconds then send out. Can you teach me how to do?

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Many different solutions availlable:

   

Pure software (with or without interrupts) and a CyDelay(Wanted_ms)

   

A hardware timer that is triggered by the incoming reset using an interrupt to set the outgoing reset

   

A hardware timer that is triggered by the incoming reset triggering a toggle flipflop that sets the outgoing reset

   

a mixture of all that

   

 

   

Happy coding

   

Bob

View solution in original post

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Many different solutions availlable:

   

Pure software (with or without interrupts) and a CyDelay(Wanted_ms)

   

A hardware timer that is triggered by the incoming reset using an interrupt to set the outgoing reset

   

A hardware timer that is triggered by the incoming reset triggering a toggle flipflop that sets the outgoing reset

   

a mixture of all that

   

 

   

Happy coding

   

Bob

0 Likes