Hi,
I am using nRF52832 SDK 11 and even when I add the library on keil it can't find nrf_drv_gpiote.h. As the screenshot shows, it is loaded:

But it says it is not found:

Any idea on how to resolve this issue ?
Thank you in advance for your help,
Hi,
I am using nRF52832 SDK 11 and even when I add the library on keil it can't find nrf_drv_gpiote.h. As the screenshot shows, it is loaded:

But it says it is not found:

Any idea on how to resolve this issue ?
Thank you in advance for your help,
Hi Bnjroos!
Make sure that the correct path to the header is added in Keil.
You can check this by opening the "Options for target", go to the C/C++ tab and make sure that the path to the nrf_drv_gpiote.h is added under "Include paths".
It should look something like this:
Thank you, exactly what I was missing.
Thank you, exactly what I was missing.