Based on the discussion here: Zero interrupts
it appears that irq mode 3 is not supported for gpio on the Radxa Zero. I’m not sure what your exact requirements are, but you may be able to work around this limitation by polling the gpio pins rather than using them to generate system interrupts. That’s what I ended up doing.
1 Like