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.
Solved! Go to Solution.
You enter deep sleep mode without sending your PWM (and other components) to sleep and restore them when woken up.
Bob
You enter deep sleep mode without sending your PWM (and other components) to sleep and restore them when woken up.
Bob
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
In main.c line 328
Bob