What doing with pins ?

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

 Hello.

   

I'm start learn PSOC, I bought PSOC4 Pioneer Kit (now in delivery), installed PSOC Creater and watched tutorials and other videos about PSOC Creater.

   

I start my first project: "Button and LEDs" ... and now have problems. I'm draw this scheme, connecting pins but still have errors.

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

Welcome in the fascinating world of PSoCs!

   

You have two choices to change the state of a pin:

   

With Hardware. Then you have to connect a hardware signal from any module you put on the sheet to the input square of a pin.

   

By Software. Then you have at first to remove the hardware-connection by setting in the property dialog of the pin (double click on it) by unchecking the box "HW Connection"´. Now you may use "Pin_1_Write()" to change the pin's state.

   

 

   

Bob

0 Likes
Anonymous
Not applicable
        Hi Trou,   
You had wrote annotation parts on right side, those be with outside of PSoC.   
Those just for notation, couldn't be for actual work.   
On left side of the pin, you must connect some user module that you want to be.   
Or delete the HW connection check box, and control by CPU(your program) as Bob said.   
Hope you can be find PSoC enchantment soon.   
0 Likes
Anonymous
Not applicable
        Oh, thank you very much. I made it ! 😃   
0 Likes