software control of logic gate inputs

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

cross mob
Anonymous
Not applicable

Is there a way to have software running on the PSOC generate a signal that can be fed into the digital logic section of the chip? How would I implement such a thing?  I know that some APIs for the certain functions (PWMs, counters etc) give software access to those controls but what about simple logic such as logic gate inputs, flip flop inputs etc.

   

 

   

thanks

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the forum, Raymond!

   

You may use a control register to generate signals into logic.

   

 

   

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

A sample for CY8CKIT-044.

As I could not connect q of DFF directly to the LED_B,

LED_B is set by software according to the value of q.

logic_sch.JPG

teraterm_log.JPG

moto

0 Likes