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

Adding PWM Driver to ble_blinky_central example

Hi All,

I created one channel PWM from pwm_drive example and its works well.

Now i m trying to add the PWM functions ...into my ble_blinky_central example.

Compilations fine but during run time Fault handler error at ->     nrf_pwm_configure(p_instance->p_registers,
        p_config->base_clock, p_config->count_mode, p_config->top_value);

no clue why this is happening ...

attached  the sdk_config.h for reference sdk_config.h

thanks

Ashok

Related