How to catch interrupts on INT4?

Env.: WMP100 - Firmware B65f - OAS suite 1.0 beta 5

Hi All,

I successfully setup an interrupt handler on INT1 of my WMP100 dev kit. But now I need to do the same on INT4 (GPIO35).

adl_extintSubscribe ( 4 , 0, hIrq, &irq_ExtIntSettings );

The statement above returns error ADL_RET_ERR_PARAM although it does work with 1st param = 1 (INT1).

What’s wrong? Isn’t the 1st param the INT id?

TIA,

Serge Wautier.