In SDK8.1 and SDK9.0 we have new driver nrf_drv_gpiote which has GPIOTE interrfupt handler in conflict with app_gpiote library. How to fix this
In SDK8.1 and SDK9.0 we have new driver nrf_drv_gpiote which has GPIOTE interrfupt handler in conflict with app_gpiote library. How to fix this
Hi, I merged merge_gpiote_handler.c into nrf_drv_gpiote.c. But A linker error happened: Undefined symbol pin_from_port_port_get. Please let me know how I can fix it. Also, after putting the function as a null function, I downloaded axf file to PC10028. The program had NO_CHANNELS from channel_port_alloc() function in nrf_drv_gpiote.c (I did #define GPIOTE_ENABLED 1). I would appreciate having your advice. Thanks.
I have confirmed that this is also a problem in the 0.9.1 SDK for the nRF52 series as well :(
Any idea how to solve this in the 0.9.1 nRF52 SDK?
What is the priority and time scheduled for an update to the SDK to include this fix? Thank you.
@Ayran I see SDK 10.0.0 has just been released. Is this now fixed?
As far as I can see this problem is also inside SDK10.0.0.