Hello everyone !!!
I've recently started working with Segger Embedded studio for nfr52840. I want to add a new driver into an existing projects.Let's say GPIOTE
- I added nrf_drv_gpiote.c in nrf_Drivers folder
- Enabled driver in sdk_config.h
Still when I include "nrf_drv_gpiote.h" in main.c file, compiler couldn't find it.
what else need to be done to add this driver?