Blink led code

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

cross mob
Siva
Level 1
Level 1
10 sign-ins 5 questions asked 5 sign-ins

Hi can anyone, help me with blinking led code for  CY7C63813(low speed USB 2.0 peripheral controller)   psoc designer 

0 Likes
1 Solution
Pranava_YN
Moderator
Moderator
Moderator
100 likes received 500 replies posted 250 solutions authored

Hi,

You can toggle an LED by connecting it to a GPIO and driving GPIO in main.c by configuring it as output pin in PSoC Designer and writing to PxData register where "x" is the port number.

You can use timer to have some delay between toggling. MSTimer user module datasheet - https://www.cypress.com/documentation/user-module-datasheets/user-module-datasheet-1-millisecond-int...

 

Best regards,
Pranava

View solution in original post

0 Likes
1 Reply