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

[close]file can't connect when adding pwm to ble uart example

Hello everyone, I encounter a question. I follow below link to solve the issue.

https://devzone.nordicsemi.com/question/104118/adding-pwm-to-ble_template/

I've set the TIMER_ENABLE, TIMER0_ENABLE, TIMER1_ENABLE and APP_PWM_ENABLED from 0 to 1. And, I've added nrf_drv_ppi.c to file. But, IDE still show Error: L6218E: Undefined symbol nrf_drv_ppi_channel_assign (referred from app_pwm.o). Error: L6218E: Undefined symbol nrf_drv_ppi_channel_disable (referred from app_pwm.o). Error: L6218E: Undefined symbol nrf_drv_ppi_channel_enable (referred from app_pwm.o). Error: L6218E: Undefined symbol nrf_drv_ppi_channel_free (referred from app_pwm.o). Error: L6218E: Undefined symbol nrf_drv_ppi_init (referred from app_pwm.o).

I use the "Go to definition" to find it in app_pwm.c It can't be found. It displays source browser 'nrf_drv_ppi_channel_assign' - undefined Definition/Reference. image description

Please help me to solve this issue. Thank you.

Related