- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am new to the cypress. I am using cypress creator. I am successfully blink LED 3 using p6[2] pin and LED 4 using p6[3] pin on psoc 3 kit. Now i am trying to blink led 1 and led 2 but i dont get a pin configuration for that led's. There is a prototyping area near which led1 and led2 are brought out. So my question is how to blink this leds? and what is the use of prototyping area?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Look at the schematic. led 1 and led 2 are output to connector P6:
led 1 = P6.4
led 2 = P6.3
You must connect the contacts you want to use with them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Look at the schematic. led 1 and led 2 are output to connector P6:
led 1 = P6.4
led 2 = P6.3
You must connect the contacts you want to use with them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Many thanks for your reply user_49271930. LED 4 and LED 2 are output connected to the same pin P6.3.
So is it possible to use these leds at the same time?
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
These are different objects.
P6.4 P6.3 are the pins on the board (connector P6) for LED1 and LED2,
and P6 (2) P6 (3) - port 6 PSoC (for LED3 and LED4)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Evgeniy Pavlov Thank you. Is there any external hardware required? How to use this connector p6?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You only need two wires.
Here is an example for port 3 (for example P3.4 and P.6)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. In Design.cydwr in System , Is it necessary to set GPIO and "Enable Device Protection" enable?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You wrote:
I am successfully blink LED 3 using p6 [2] pin and LED 4 using p6 [3] pin on psoc 3 kit.
In that project:
1-Connect the wires
2-In Design.cydwr, simply replace p6 [2] with p3 [4] and replace p6 [3] with p3 [6]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, it works.