Hi,
While going through some of the peripheral examples in 'nRF5_SDK_17.0.2', I found it puzzling to see that
- the legacy (nrf_drv_*) and nrfx_* drivers are simultaneously enabled in the sdk_config.h.
- In some examples, source files for both type of drivers are included while in others only one type.
Following is a screen-shot for gpiote example.
Why it is not sufficient to just include & enabled NRFX components (wherever available) in sdk_config.h file and include only the NRFX source file in a project? If not, is there a guide that describes when both NRFX and NRF drivers and/or source files are needed.
Kind regards