How can I generate the output signal with CLOCK and INPUT SIGNAL by PSoC1

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, everyone. I would like to get the output signal from CLOCK and INPUT SIGNAL. Please see attached file. In this case how should I use PSoC1?   
0 Likes
4 Replies
Anonymous
Not applicable
        Sorry. I made dubble post. How can I delete this post?   
0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Several methods, but use a 16 bit counter (it counts down) and set period

   

to 495 pulses, compare value to 480, compare logic to "<=". So when enabled

   

(HW or SW enable) counter starts at max val (495) and when it hits 480 compare

   

output goes high, stays high until rollover from 0 back to 495.

   

 

   

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

You cannot delete double posts, forum SW not capable. Has to be

   

done by webmaster, don't worry about it.

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable
        Thank you for your reply. I will check and come back when I have enough time to do. Sincerely yours,   
0 Likes