This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840 zephyr light control example / Can't find PWM_0

Hi,

I was following the example posted on the below link.

https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0

It is called, light controller.

My board is nRF82540DK.

When it runs, the serial monitor spits out this, Can't find PWM_0".

In the prj.conf file, CONFIG_PWM=y is stated.

I also enabled the PWM (Pulse Width Modulation) Drivers by the "ninja menuconfig".

What else am I missing?

Thanks,

masakura

Related