Are there any known issues with using the PWM library in the 8.1.0 SDK and an RTC?
When I init an RTC my PWM signal stops working...
Thanks, Tom
Are there any known issues with using the PWM library in the 8.1.0 SDK and an RTC?
When I init an RTC my PWM signal stops working...
Thanks, Tom
Which RTC are you using? Which PWM library are you using? Which interrupts does the RTC use, if any? Which do you initialize first? Does the RTC library set the chip to a known state which turns off the PWM?
You need to give much more information about what you're actually doing before anyone can really help you.
Hi.
Are you using both the PWM library (provided by Nordic) and the SoftDevice?
Hope this link could help you if you are using both of them.
Also, what IDE are you using? I use IAR 7.1.
-Regards
I have already tested PWM with RTC and they are working together. I have tested the initialization of RTC before PWM and then I have changed the order. In both situations no problem here. Maybe the problem is in some other place? Could you post some code for testing?
Still not sure what was causing the initial error. I ended up re-writing the code and it worked. I imagine it was a sequence problem, but could not figure it out.