This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

xdma_event_intr2

Hi All,

using evmAM335x I am currently trying to use xdma_event_intr2 event with GPIO0_7 but I can't see it in the control module paragraph.

the CONTROL_MODULE registers section states

9B0h conf_xdma_event_intr0 Section 9.3.50
9B4h conf_xdma_event_intr1 Section 9.3.50

but no conf_xdma_event_intr2 which is available in both the interrupt controller (interrupt 90) and eDMA3 crossbar event (#30)

starterware_02_00_00_07 source code is per the datasheet

#define CONTROL_CONF_XDMA_EVENT_INTR(n)   (0x9b0 + (n * 4))
#define CONTROL_CONF_NRESETIN_OUT   (0x9b8)
#define CONTROL_CONF_PORZ   (0x9bc)
#define CONTROL_CONF_NNMI   (0x9c0)

Is this event usable from this particular external pin ?

must I switch to conf_xdma_event_intr0/1 ?

Thanks

Rgds

(NB my technical reference manual reference is Literature Number: SPRUH73F October 2011–Revised June 2012)