Hi all,
I am using CY8C27443-24PXI and is still fairly new to this PSoC programming.
I would like to perform an external interrupt in my PSoC.
I have a pulse generator. every 1 second, pulse generator will generate 1 pulse.
Now, I want to connect the pulse generator to my PSoC. Every 1 second, when the pulse raise, the interrupt flag in PSoC will raise and display at 7segment.
In short, the PSoC will count each of every pulse of the generator and displaying the count using 7segment. If it detecting 10 pulse, then it will count 10.
In the implementation, the PSoC will function as a pulse counter. (Note that the pulse is from an external device)
The main idea of doing this should be setting a threshold value to detect the pulse and perform interrupt when PSoC detect any value above the threshold.
I would like to have some idea on how to do the coding and the hardware configuration (which pin to connect the output of pulse generator?) and also how to do the module configuration inside the PSoC designer.
Your help and comment is appreciated.


