Dear Member,
I want to add ADC the main code,
but I got :
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol nrf_drv_ppi_init (referred from adc.o).
I'm using Keil,
I have added
E:\nRF5_SDK_17.0.2_d674dde\integration\nrfx\legacy
to

and
#include "nrf_drv_saadc.h"
#include "nrf_drv_ppi.h"
and
added -reduce_path as well, but still got the same errors,
I'm using softdevice S340,
How can I rectify it ?
Thanks