What am I copy wrong in first Blinking LED project???

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 Everyone:))))

   

I just bought CY8CKIT-059 5LP proto. kit

   

I would like to make a copy of  CE95352 Blinking Led 

   

like the same one with my project.

   

and looks like I missed something :((

   

could You help me ,

   

Thank you,

   

Marek

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the forum, Marunio!

   

You only forgot in main() to write

   

PWM_1_Start();

   

That's all

   

 

   

Happy coding

   

Bob

View solution in original post

0 Likes
3 Replies
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

and orginal CE95352 Blinking Led  .zip

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

Welcome in the forum, Marunio!

   

You only forgot in main() to write

   

PWM_1_Start();

   

That's all

   

 

   

Happy coding

   

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

Marunio: You made a few mistakes in your program the main one was the PWM settings in configuration was wrong set incorrectly 2 no names for your signals such as kill_switch and PWM_out. 3) you didn't start the PWM  by using this code in the main.c PWM_start(); I am sending you back your program with the fixes in it. Enjoy.

   

Bobgoar

0 Likes