Hello,
I'm working on a custom board with a nrf54l15 chip.
I would like to add an interruption on the GPIO P2.10. But I get an error -ENOTSUP with gpio_pin_interrupt_configure_dt().
The gpio is defined like this in the devicetree overlay;
And I try to configure the interruption like this
ret value is now -ENOTSUP.
I have other interruption configuration like the one above on other GPIO port and that works perfectly fine.
Is the GPIO port 2 able to configure interruption ? In https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/gpio.html, it is said that every GPIO can "Trigger interrupt on state changes on any pin"
SDK: 2.8.0
Antoine