Hi,
I'm trying to add an interrupt triggered event to my code (which is based on the experimental LPN example from the Mesh SDK).
Looking through the development zone, I found a great explanation on how this is supposed to work here:
I tried implementing the gpiote solution, but that didn't work, so I tried the original gpiote example which works as expected.
But when I try to merge the code into the other example, I get the same error: nrf_drv_gpiote.h: No such file or directory
First I tried changing the include paths in settings, but that didn't work.
Next I followed the actions described in the "SEGGER Embedded Studio - Importing files and drivers" tutorial, which can be found here: https://youtu.be/t-kh1EbesvI
But I still can't get rid of this simple error.
Are there any things I missed or other possible reasons this might not work?
Thank you for your help.
Sincerely,
Heiner