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, new learner here. Just to be perfectly clear on the proposed fix, can somebody please post the new(fixed) nrf_drv_gpiote.c and app_gpiote.c? while waiting for SDK fixed... Thanks.
Thanks for the fix - Any idea when this would be fixed in SDK? Because it is missed in 9.0 release also and no mention of it in release notes.
BTW, a diff would be much easier to read.
It is missed in SDK9.0, sad but true, i heard rumors about giving an official patch for this before next SDK. Did I mention rumors before??!!! Good idea, I will attach a diff to this later
@Aryan, in your merge code, line 129, uint8_t pin_and_sense = pin_from_port_get(i); Where was this pin_from_port_get() defined?
looks like they have changed the interface, I will update the fix for SDK 9.0