Crash upon nrfx_gpiote_init()

Hey there!

I am currently in the process of trying to setup a simple ISR routine triggered via GPIOTE.

However, when calling nrfx_gpiote_init() or nrfx_gpiote_input_configure()the system halts
with a Fatal error.


[00:52:18.966,852] <err> os: ***** BUS FAULT *****
[00:52:18.966,856] <err> os:   Precise data bus error
[00:52:18.966,860] <err> os:   BFAR Address: 0x162
[00:52:18.966,869] <err> os: r0/a1:  0x00000044  r1/a2:  0x00000011  r2/a3:  0x0000001e
[00:52:18.966,875] <err> os: r3/a4:  0x00000144 r12/ip:  0x00000001 r14/lr:  0x00003573
[00:52:18.966,880] <err> os:  xpsr:  0x69000400
[00:52:18.966,884] <err> os: Faulting instruction address (r15/pc): 0x000035fa
[00:52:18.966,903] <err> os: >>> ZEPHYR FATAL ERROR 25: Unknown error on CPU 0
[00:52:18.966,917] <err> os: Current thread: 0x20000d58 (unknown)
[00:52:20.007,067] <err> os: Halting system

3718.tacho_node_nrf54l15_cpuapp.dts

Related