NRFX Software version in NRF toolchain v2.6.0

Hi Everyone,

I'm currently working on a project where I want to connect a input pin with a hardware counter using PPI. It used to work but I moved from a older nrf connect sdk version to sdk version 2.6 and toolchain version 2.6. The gpio drivers are now commented out because the NRFX API vesion isn't defined as 3.2.0 as required for the nrfx_gpiote.h driver at line 195.

~/ncs/v2.6.1/modules/hal/nordic/nrfx/drivers/include/nrfx_gpiote.h

~/ncs/v2.6.1/modules/hal/nordic/nrfx/hal/nrf_common.h

I already tried to update the SDK version with west update. The API versions macro still stayed the same. Is this a mistake by nordic? How can I upgrade to the correct API version. I don't want to change the API version macro by myself. There is probably a good reason for it to exist.

Best regards

Maikel

Related