Program GPIO on CY8CKIT-042.

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

cross mob
Anonymous
Not applicable

Hi All,

   

I would like to control GPIO pins on CY8CKIT-042 which used CY8C5868LTI-LP039 as its controller.

   

I used C# software and SWD protocal could program PSOC4.

   

Is there any dll or library that I could use my software to control GPIO(P5LP3_6/P5LP3_7)?

   

Many thanks for your help.

   

 

   

Ben

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

Welcome in the forum, Ben.

   

Preferred way is to use Cypress's IDE named Creator to control any of the >100 components.  Download from here.

   

 

   

Bob

0 Likes
Anonymous
Not applicable

Hi Bob,

   

Thanks.

   

Since I only need to control 2 wires, Creator is too complex for me.

   

 

   

Ben

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

Perhaps you have a PSoC® 4 CY8CKIT-049 4xxx Prototyping Kit
Then you can use the command
Int32_t CySetGpioValue (uint32_t handle);
Int32_t CyGetGpioValue (uint32_t handle);
From cyusbserial.dll

   

Little more:   CY8CKIT-049, USB-Serial CY7C65211 use as an I2C master.

0 Likes