Hello Nordic!
I'm developing with sdk15.3.0, s340, and nrf 52840.
My custom board had buzzer and back-light so I need to use PWM.
So I tested pwm library example in my custom board and it was work very well.
So I intergrated the example to my project. But I found out the bug in my project.
If I use pwm in the midst of busy work, I found the system die. I don't find any error code.
And I saw reset reason is 0. I don't know how to deal this problem.
I will try to use pwm driver example next day. Do you think it is good way?
If you know any way to solve this problem, let me know the way.