error: #20: identifier "NRFX_TIMER0_INST_IDX" is undefined

Hi,

I working with NRF52840 DK board, I need to read some potentiometer values from 0 to 10 using ADC with ble_app_uart. I have combined SAADC code and BLE_APP_UART code, while compiling the code I am getting some error as " #20: identifier "NRFX_TIMER0_INST_IDX" is undefined". Please anyone help on this how to solve the error.

Thanks.

Related