PWM not working

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

Hi.

i am working on PWM  to generate the continous signal  but after few seconds PWM stops working.

If i made a  CyBle_ProcessEvents(); as commented  than PWM working fine   but i want to use the  CyBle_ProcessEvents(); and PWM also.

please help me to resolve the issue thanks in advance.

i attached my project please find thw attachment.

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

You enter deep sleep mode without sending your PWM (and other components) to sleep and restore them when woken up.

Bob

View solution in original post

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

You enter deep sleep mode without sending your PWM (and other components) to sleep and restore them when woken up.

Bob

0 Likes
Anonymous
Not applicable

thanks for ur reply

can you tell me on which line in code i enter deep sleep.

and i made lowpowerimplementation as commented.

thanks in advance

0 Likes

In main.c line 328

Bob

0 Likes