i try to modify the saadc exemple program by includding pwm , but after including header file in the application , source in driver, and includding target, i get error always: linking...
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_pwm_channel_duty_set (referred from main.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_pwm_enable (referred from main.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_pwm_init (referred from main.o).
Not enough information to list image symbols.
Finished: 1 information, 0 warning and 3 error messages.
what the solution if you know !