I need to include in my project Advertising, buttons and battery power measurement.
I am using SDK 15.2
If I get ble_apps_bps and include advertising functionality (from ble_app_beacon example ) no problem all work weel.
If i get saadc example all work well.
But when I try to include battery power measurement. in my file (derived from ble_apps_bps & ble_app_beacon ) I get an error.
I activated the specific module and building is ok but when I debug the application I get an error in nfrx_timer_init:

but the code is the same that in saadc example where all work well.
Many thanks for your help