How to blink LED 1 and LED 2 on the CY8CKIT-030 PSoC 3 board

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

cross mob
Anonymous
Not applicable

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?

0 Likes
1 Solution
EvPa_264126
Level 7
Level 7
500 replies posted 250 replies posted 100 likes received

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.

View solution in original post

8 Replies
EvPa_264126
Level 7
Level 7
500 replies posted 250 replies posted 100 likes received

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.

Anonymous
Not applicable

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.

0 Likes

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)Leds.png

Anonymous
Not applicable

Evgeniy Pavlov Thank you.​  Is there any external hardware required? How to use this connector p6?

0 Likes

You only need two wires.
Here is an example for port 3 (for example P3.4 and P.6)

Pin3.JPG

0 Likes
Anonymous
Not applicable

Thanks. In Design.cydwr in System , Is it necessary to set  GPIO and "Enable Device Protection" enable?.

0 Likes

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]

0 Likes
Anonymous
Not applicable

IMG_20181008_111232.jpg

Thanks, it works.

0 Likes