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

NRF52832 error : Not enough information to list image symbols, .\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_pwm_init (referred from main.o).

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 !

Related